Hyphen Bullet
Name Hyphen Bullet
Unicode U+2043
CSS Code \2043
HTML Entity ⁃
HTML Code ⁃
html
<div>&#8259;</div>
css
div::before {
  content: "\2043";
}