Black Star
Name Black Star
Unicode U+2605
CSS Code \2605
HTML Entity ★
HTML Code ★
html
<div>&#9733;</div>
css
div::before {
  content: "\2605";
}