HTML Entity/SymbolĖ(LATIN CAPITAL LETTER E WITH DOT ABOVE )

Ė
Copy this symbol

LATIN CAPITAL LETTER E WITH DOT ABOVE

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

Ė
Ė
U+00116
\0116
Ė

HTML Examples

Using HTML Code value in HTML file

<span> &#278; </span>

Using HTML Entity value in HTML file

<span> &Edot; </span>

CSS Example

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

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