Latin Small Letter E With Macron

ē

Shortcodes

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

Unicode
U+0113
HTML Code
ē
HEX Code
ē
CSS Code
\113
JS/JSON
\u0113
Unix/C/PHP/JAVA
0x113
URL-encode
%C4%93
copied

Customize Latin Small Letter E With Macron Symbol

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

Insert ē Latin Small Letter E With Macron using HTML

1. Copy-paste Latin Small Letter E With Macron directly:
<span>ē</span>
2. HTML Decimal Code:
<span>&#275;</span>
3. Hexadecimal Code:
<span>&#x0113;</span>
Preview: ē

Add Latin Small Letter E With Macron symbol with CSS

.latin-small-letter-e-with-macron::before {
    content: '\\113';
}
Preview: Latin Small Letter E With Macron

Latin Small Letter E With Macron JavaScript Code

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