Six Pointed Black Star
Name Six Pointed Black Star
Unicode U+2736
CSS Code \2736
HTML Entity ✶
HTML Code ✶
html
<div>&#10038;</div>
css
div::before {
  content: "\2736";
}