Spacing Macron
¯
UNICODE
U+000AFHEX CODE
¯HTML CODE
¯HTML ENTITY
¯CSS CODE
\00AF // html example
<span>¯</span> // css example
span {
content: "\00AF";
} ¯
U+000AF¯¯¯\00AF // html example
<span>¯</span> // css example
span {
content: "\00AF";
}