En Dash
Name En Dash
Unicode U+2013
CSS Code \2013
HTML Entity –
HTML Code –
html
<div>&#8211;</div>
css
div::before {
  content: "\2013";
}