Latin Small Letter E With Dot Above

ė

Shortcodes

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

Unicode
U+0117
HTML Code
ė
HEX Code
ė
CSS Code
\117
JS/JSON
\u0117
Unix/C/PHP/JAVA
0x117
URL-encode
%C4%97
copied

Customize Latin Small Letter E With Dot Above Symbol

Customize ė symbol as you like and download Latin Small 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 Small Letter E With Dot Above symbol in HTML, CSS, and JS?

Insert ė Latin Small Letter E With Dot Above using HTML

1. Copy-paste Latin Small Letter E With Dot Above directly:
<span>ė</span>
2. HTML Decimal Code:
<span>&#279;</span>
3. Hexadecimal Code:
<span>&#x0117;</span>
Preview: ė

Add Latin Small Letter E With Dot Above symbol with CSS

.latin-small-letter-e-with-dot-above::before {
    content: '\\117';
}
Preview: Latin Small Letter E With Dot Above

Latin Small Letter E With Dot Above JavaScript Code

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