Em Dash
Name Em Dash
Unicode U+2014
CSS Code \2014
HTML Entity —
HTML Code —
html
<div>&#8212;</div>
css
div::before {
  content: "\2014";
}