Horizontal Bar
Name Horizontal Bar
Unicode U+2015
CSS Code \2015
HTML Entity ―
HTML Code ―
html
<div>&#8213;</div>
css
div::before {
  content: "\2015";
}