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 A WITH CIRCUMFLEX AND TILDE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1EAA | |
| decimal | 7850 | |
| htmldecimal | Ẫ | |
| htmlhex | Ẫ | |
| css | \1EAA | |
| javascript | \u{1EAA} | |
| python | \u1eaa | |
| java | \u1EAA | |
| go | \u1EAA | |
| ruby | \u{1EAA} | |
| rust | \u{1EAA} | |
| ccpp | \u1eaa | |
| urlencoded | %E1%BA%AA | |
| utf8bytes | e1 ba aa | |
| utf16bebytes | 1e aa | |
| utf32bebytes | 00 00 1e aa |
How to Use
HTML:
Ẫ
CSS:
content: "\1EAA"
JavaScript:
"\u{1EAA}"
Python:
"\u1eaa"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 00C2 0303