Lowercase e macron (ē) is the Latin Extended-A character at Unicode U+0113 (LATIN SMALL LETTER E WITH MACRON). It is the letter e with a macron (¯) — often marking a long vowel in Latin, Māori, and linguistics.
Remember
Character ē
Unicode U+0113
Named entity ē
Hex entity ē
Decimal ē
CSS escape \0113
Capital Ē (Ē)
Named, hex, decimal, CSS, and a typed character all produce the same glyph: ē. Prefer ē in HTML source for clarity.
Use ē (named), ē (hex), ē (decimal), or the CSS escape \0113 in the content property. All render ē. Prefer ē in HTML source.
U+0113 (LATIN SMALL LETTER E WITH MACRON). Hex 113, decimal 275. It belongs to Latin Extended-A (U+0100–U+017F).
Yes. ē is the HTML5 named entity for ē. The capital form is Ē (Ē, U+0112) — names are case-sensitive.
Use it for Latin dictionaries, Māori, linguistic vowel-length notation, and other languages that need ē.
HTML entities (ē, ē, or ē) go in markup. The CSS escape \0113 is used in stylesheets (usually in the content property of ::before/::after). Both render ē.
No. Circumflex ê is ê (U+00EA). Acute+macron ḗ is U+1E17. Macron ē is ē (U+0113) — a flat bar above the letter.
🤔
Did you know?
Lowercase e macron is Unicode U+0113 (decimal 275) — LATIN SMALL LETTER E WITH MACRON in Latin Extended-A. HTML5 provides ē — the most readable form. Capital is Ē (Ē, U+0112). Common in Latin dictionaries (mēns, pēs), Māori, and linguistic vowel-length notation.