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