Latin Capital Letter E With Macron

Ē

Shortcodes

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

Unicode
U+0112
HTML Code
Ē
HEX Code
Ē
CSS Code
\112
JS/JSON
\u0112
Unix/C/PHP/JAVA
0x112
URL-encode
%C4%92
copied

Customize Latin Capital Letter E With Macron Symbol

Customize Ē symbol as you like and download Latin Capital Letter E With Macron 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 Macron symbol in HTML, CSS, and JS?

Insert Ē Latin Capital Letter E With Macron using HTML

1. Copy-paste Latin Capital Letter E With Macron directly:
<span>Ē</span>
2. HTML Decimal Code:
<span>&#274;</span>
3. Hexadecimal Code:
<span>&#x0112;</span>
Preview: Ē

Add Latin Capital Letter E With Macron symbol with CSS

.latin-capital-letter-e-with-macron::before {
    content: '\\112';
}
Preview: Latin Capital Letter E With Macron

Latin Capital Letter E With Macron JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-e-with-macron').textContent = 'Ē';
2. Unicode Escape for Ē:
document.querySelector('.latin-capital-letter-e-with-macron').textContent = '\u0112';
Preview: Ē