copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ề'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ề
LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE
Overview
ề (LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE) is the Unicode character at code point U+1EC1. It belongs to the Latin Extended Additional block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1EC1 | |
| decimal | 7873 | |
| htmldecimal | ề | |
| htmlhex | ề | |
| css | \1EC1 | |
| javascript | \u{1EC1} | |
| python | \u1ec1 | |
| java | \u1EC1 | |
| go | \u1EC1 | |
| ruby | \u{1EC1} | |
| rust | \u{1EC1} | |
| ccpp | \u1ec1 | |
| urlencoded | %E1%BB%81 | |
| utf8bytes | e1 bb 81 | |
| utf16bebytes | 1e c1 | |
| utf32bebytes | 00 00 1e c1 |
How to Use
HTML:
ề
CSS:
content: "\1EC1"
JavaScript:
"\u{1EC1}"
Python:
"\u1ec1"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 00EA 0300
Frequently Asked Questions
What is the ề character (LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE)?
ề (LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE) is the Unicode character U+1EC1.
What is the Unicode codepoint of LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE?
The LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE character (ề) has codepoint U+1EC1.
How do I type or copy LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE?
Copy ề directly, or use the HTML entity, UTF-8, and code encodings shown on this page.