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
Overview
å (LATIN SMALL LETTER A WITH RING ABOVE) is the Unicode character at code point U+00E5. It belongs to the Latin-1 Supplement block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
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
Frequently Asked Questions
What is the å character (LATIN SMALL LETTER A WITH RING ABOVE)?
å (LATIN SMALL LETTER A WITH RING ABOVE) is the Unicode character U+00E5.
What is the Unicode codepoint of LATIN SMALL LETTER A WITH RING ABOVE?
The LATIN SMALL LETTER A WITH RING ABOVE character (å) has codepoint U+00E5.
How do I type or copy LATIN SMALL LETTER A WITH RING ABOVE?
Copy å directly, or use the HTML entity, UTF-8, and code encodings shown on this page.