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 DOT BELOW
Overview
ẹ (LATIN SMALL LETTER E WITH DOT BELOW) is the Unicode character at code point U+1EB9. 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+1EB9 | |
| decimal | 7865 | |
| htmldecimal | ẹ | |
| htmlhex | ẹ | |
| css | \1EB9 | |
| javascript | \u{1EB9} | |
| python | \u1eb9 | |
| java | \u1EB9 | |
| go | \u1EB9 | |
| ruby | \u{1EB9} | |
| rust | \u{1EB9} | |
| ccpp | \u1eb9 | |
| urlencoded | %E1%BA%B9 | |
| utf8bytes | e1 ba b9 | |
| utf16bebytes | 1e b9 | |
| utf32bebytes | 00 00 1e b9 |
How to Use
HTML:
ẹ
CSS:
content: "\1EB9"
JavaScript:
"\u{1EB9}"
Python:
"\u1eb9"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0065 0323
Frequently Asked Questions
What is the ẹ character (LATIN SMALL LETTER E WITH DOT BELOW)?
ẹ (LATIN SMALL LETTER E WITH DOT BELOW) is the Unicode character U+1EB9.
What is the Unicode codepoint of LATIN SMALL LETTER E WITH DOT BELOW?
The LATIN SMALL LETTER E WITH DOT BELOW character (ẹ) has codepoint U+1EB9.
How do I type or copy LATIN SMALL LETTER E WITH DOT BELOW?
Copy ẹ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.