¯
Macron
Name Macron
Unicode U+00AF
CSS Code \00AF
HTML Entity ¯
HTML Code ¯
html
<div>&#175;</div>
css
div::before {
  content: "\00AF";
}