Latin Small Letter E With Macron
ē
Shortcodes
Copy useful codes for latin small letter e with macron symbol ē to use in websites, apps, blogs, and docs.
Unicode
U+0113 HTML Code
ē HEX Code
ē CSS Code
\0113 JS/JSON
\u0113 Unix/C/PHP/JAVA
0x113 URL-encode
%C4%93 Customize Latin Small Letter E With Macron
Customize ē, download it as SVG or PNG, or copy the generated HTML snippet.
ē
How to use Latin Small Letter E With Macron Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ē</span> HTML Code:
<span>ē</span> HEX Code:
<span>ē</span> Add with CSS
.latin-small-letter-e-with-macron::before {
content: '\\0113';
} Set it in JavaScript
document.querySelector('.latin-small-letter-e-with-macron').textContent = 'ē';