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 RING ABOVE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00E5 | |
| decimal | 229 | |
| htmldecimal | å | |
| htmlhex | å | |
| css | \00E5 | |
| javascript | \u{E5} | |
| python | \u00e5 | |
| java | \u00E5 | |
| go | \u00E5 | |
| ruby | \u{E5} | |
| rust | \u{E5} | |
| ccpp | \u00e5 | |
| urlencoded | %C3%A5 | |
| utf8bytes | c3 a5 | |
| utf16bebytes | 00 e5 | |
| utf32bebytes | 00 00 00 e5 |
How to Use
HTML:
å
CSS:
content: "\00E5"
JavaScript:
"\u{E5}"
Python:
"\u00e5"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0061 030A