Latin Capital Letter E With Dot Above

Ė

Shortcodes

Copy and paste codes for Latin Capital Letter E With Dot Above symbol Ė to use in your websites, apps, blogs, and more.

Unicode
U+0116
HTML Code
Ė
HEX Code
Ė
CSS Code
\116
JS/JSON
\u0116
Unix/C/PHP/JAVA
0x116
URL-encode
%C4%96
copied

Customize Latin Capital Letter E With Dot Above Symbol

Customize Ė symbol as you like and download Latin Capital Letter E With Dot Above as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Ė

                        
                    

How to add Latin Capital Letter E With Dot Above symbol in HTML, CSS, and JS?

Insert Ė Latin Capital Letter E With Dot Above using HTML

1. Copy-paste Latin Capital Letter E With Dot Above directly:
<span>Ė</span>
2. HTML Decimal Code:
<span>&#278;</span>
3. Hexadecimal Code:
<span>&#x0116;</span>
Preview: Ė

Add Latin Capital Letter E With Dot Above symbol with CSS

.latin-capital-letter-e-with-dot-above::before {
    content: '\\116';
}
Preview: Latin Capital Letter E With Dot Above

Latin Capital Letter E With Dot Above JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-e-with-dot-above').textContent = 'Ė';
2. Unicode Escape for Ė:
document.querySelector('.latin-capital-letter-e-with-dot-above').textContent = '\u0116';
Preview: Ė