HTML Entity/Symbol¯(MACRON )

¯
Copy this symbol

MACRON

Click on any of the following code values to copy to clipboard.

¯
¯
U+000AF
\00af
¯

HTML Examples

Using HTML Code value in HTML file

<span> &#175; </span>

Using HTML Entity value in HTML file

<span> &macr; </span>

CSS Example

Using CSS content code of the HTML entity &macr; to specify in a CSS file

span { 
    content: "\00af";
}
All HTML Symbols