Latin Small Letter E With Dot Above Letter
ė is the lowercase letter e with a dot above, used in various Latin-based languages and typographic systems.
U+0117
The symbol ė is a Unicode character: LATIN SMALL LETTER E WITH DOT ABOVE (U+0117). It’s commonly needed for accurate spelling in languages that distinguish this dotted e from regular e.
Latin Small Letter E With Dot Above Letter Meaning
ė (U+0117) is a lowercase Latin letter e with a dot above. Visually, it differs from plain “e” by the added dot, which affects pronunciation and spelling in languages that use this letter. In everyday text, you’ll most often see ė as part of correct orthography rather than as a decorative mark. In design and digital work, it’s important because it’s a distinct Unicode character, not just “e” plus a combining dot. Using the correct character helps avoid display mismatches, font fallback issues, and incorrect rendering in systems that rely on exact text matching.
Common uses
- •Writing names and words correctly in languages that use ė as a distinct letter
- •Preparing web and document content where accurate orthography matters
- •Localizing software strings so spelling matches the target language
- •Typography and layout work where precise character shapes are required
- •Sharing text online without losing the correct character in copy/paste workflows
Examples
ė (Latin Small Letter E with Dot Above)
- ėI found the note: ė si̇eną.
- ėHer surname includes ė in the spelling.
- ėPlease type the letter ė, not e.
- ėThe form shows ė as part of the author name.
- ėCorrect: ėn; Incorrect: en.
Variations
Technical codes
| Unicode | U+0117 | |
| HTML Entity | ė | |
| HTML Code | ė | |
| CSS | \0117 |
FAQ
What does the Latin Small Letter E With Dot Above letter mean?
ė (U+0117) is a lowercase Latin letter e with a dot above. Visually, it differs from plain “e” by the added dot, which affects pronunciation and spelling in languages that use this letter. In everyday text, you’ll most often see ė as part of correct orthography rather than as a decorative mark. In design and digital work, it’s important because it’s a distinct Unicode character, not just “e” plus a combining dot. Using the correct character helps avoid display mismatches, font fallback issues, and incorrect rendering in systems that rely on exact text matching.
Is ė the same as the letter e?
No. ė is a distinct Unicode character (U+0117) and includes a dot above, so it is not the same as plain “e”.
What is the Unicode code point for ė?
The Unicode code point for ė is U+0117 (LATIN SMALL LETTER E WITH DOT ABOVE).
How do I insert ė in HTML?
You can use the HTML entity ė (as provided).
How do I type ė in CSS or JavaScript?
Use CSS escape \\0117 or JavaScript escape \\u{0117} (as provided).