Hyphen
Name Hyphen
Unicode U+2010
CSS Code \2010
HTML Entity ‐
HTML Code ‐
html
<div>&#8208;</div>
css
div::before {
  content: "\2010";
}