HTML Entity/Symbolē(LATIN SMALL LETTER E WITH MACRON )

ē
Copy this symbol

LATIN SMALL LETTER E WITH MACRON

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

ē
ē
U+00113
\0113
ē

HTML Examples

Using HTML Code value in HTML file

<span> &#275; </span>

Using HTML Entity value in HTML file

<span> &emacr; </span>

CSS Example

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

span { 
    content: "\0113";
}
All HTML Symbols