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 CAPITAL LETTER E WITH TILDE
Overview
Ẽ (LATIN CAPITAL LETTER E WITH TILDE) is the Unicode character at code point U+1EBC. It belongs to the Latin Extended Additional block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1EBC | |
| decimal | 7868 | |
| htmldecimal | Ẽ | |
| htmlhex | Ẽ | |
| css | \1EBC | |
| javascript | \u{1EBC} | |
| python | \u1ebc | |
| java | \u1EBC | |
| go | \u1EBC | |
| ruby | \u{1EBC} | |
| rust | \u{1EBC} | |
| ccpp | \u1ebc | |
| urlencoded | %E1%BA%BC | |
| utf8bytes | e1 ba bc | |
| utf16bebytes | 1e bc | |
| utf32bebytes | 00 00 1e bc |
How to Use
HTML:
Ẽ
CSS:
content: "\1EBC"
JavaScript:
"\u{1EBC}"
Python:
"\u1ebc"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0045 0303
Frequently Asked Questions
What is the Ẽ character (LATIN CAPITAL LETTER E WITH TILDE)?
Ẽ (LATIN CAPITAL LETTER E WITH TILDE) is the Unicode character U+1EBC.
What is the Unicode codepoint of LATIN CAPITAL LETTER E WITH TILDE?
The LATIN CAPITAL LETTER E WITH TILDE character (Ẽ) has codepoint U+1EBC.
How do I type or copy LATIN CAPITAL LETTER E WITH TILDE?
Copy Ẽ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.