Latin Small Letter E With Circumflex And Grave Letter
ề is a Latin letter “e” with both a circumflex and a grave accent, used in certain language orthographies.
U+1EC1
The symbol “ề” is a Unicode character used to represent a specific accented form of the letter E. It’s helpful for writing or typing texts that require exact diacritics. Below you’ll find copy options, encoding details, and practical examples.
Latin Small Letter E With Circumflex And Grave Letter Meaning
ề (Unicode U+1EC1) is the Latin small letter “e” with a circumflex and a grave accent. Because the character is distinct in Unicode, it must be used when your text needs that exact combination of diacritics—rather than approximations like plain “e” or using separate combining marks. You’ll typically encounter it in written words from languages or naming conventions that use stacked diacritics to mark pronunciation or grammatical distinctions. For digital work, the most reliable approach is to copy/paste this exact character or use the provided HTML, CSS, and JavaScript escapes.
Common uses
- •Typing and proofreading text that requires the exact accented letter ề
- •Building correct word lists or search indexes for languages that use this diacritic
- •Designing typography samples and character showcases for Latin Extended characters
- •Developing web content where the exact Unicode character must be preserved
- •Creating consistent labels in forms, maps, or product names that include ề
Examples
ề — Latin Small Letter E with Circumflex and Grave
- ềtôi viết ề trong tên riêng
- ềkiểm tra ký tự ề có đúng Unicode không
- ềbạn có thể copy: ề
- ềmẫu chữ: ề
- ềđây là ký tự ề trong văn bản
Variations
Technical codes
| Unicode | U+1EC1 | |
| HTML Entity | ề | |
| HTML Code | ề | |
| CSS | \1EC1 |
FAQ
What does the Latin Small Letter E With Circumflex And Grave letter mean?
ề (Unicode U+1EC1) is the Latin small letter “e” with a circumflex and a grave accent. Because the character is distinct in Unicode, it must be used when your text needs that exact combination of diacritics—rather than approximations like plain “e” or using separate combining marks. You’ll typically encounter it in written words from languages or naming conventions that use stacked diacritics to mark pronunciation or grammatical distinctions. For digital work, the most reliable approach is to copy/paste this exact character or use the provided HTML, CSS, and JavaScript escapes.
What Unicode character is “ề”?
“ề” is LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE, Unicode code point U+1EC1.
How can I write “ề” in HTML?
Use the HTML entity provided for this character: ề.
How do I use it in CSS?
You can reference the character using the CSS escape: \\1EC1.
What’s the JavaScript escape for “ề”?
In JavaScript, you can use: \\u{1EC1}.