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 A WITH CIRCUMFLEX AND DOT BELOW
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1EAD | |
| decimal | 7853 | |
| htmldecimal | ậ | |
| htmlhex | ậ | |
| css | \1EAD | |
| javascript | \u{1EAD} | |
| python | \u1ead | |
| java | \u1EAD | |
| go | \u1EAD | |
| ruby | \u{1EAD} | |
| rust | \u{1EAD} | |
| ccpp | \u1ead | |
| urlencoded | %E1%BA%AD | |
| utf8bytes | e1 ba ad | |
| utf16bebytes | 1e ad | |
| utf32bebytes | 00 00 1e ad |
How to Use
HTML:
ậ
CSS:
content: "\1EAD"
JavaScript:
"\u{1EAD}"
Python:
"\u1ead"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 1EA1 0302