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 DIAERESIS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00E4 | |
| decimal | 228 | |
| htmldecimal | ä | |
| htmlhex | ä | |
| css | \00E4 | |
| javascript | \u{E4} | |
| python | \u00e4 | |
| java | \u00E4 | |
| go | \u00E4 | |
| ruby | \u{E4} | |
| rust | \u{E4} | |
| ccpp | \u00e4 | |
| urlencoded | %C3%A4 | |
| utf8bytes | c3 a4 | |
| utf16bebytes | 00 e4 | |
| utf32bebytes | 00 00 00 e4 |
How to Use
HTML:
ä
CSS:
content: "\00E4"
JavaScript:
"\u{E4}"
Python:
"\u00e4"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0061 0308