HTML Entity/Symbol‾(OVERLINE )

Copy this symbol

OVERLINE

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

‾
‾
U+0203E
\203e
‾

HTML Examples

Using HTML Code value in HTML file

<span> &#8254; </span>

Using HTML Entity value in HTML file

<span> &oline; </span>

CSS Example

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

span { 
    content: "\203e";
}
All HTML Symbols