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 AE
Overview
æ (LATIN SMALL LETTER AE) is the Unicode character at code point U+00E6. 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+00E6 | |
| decimal | 230 | |
| htmldecimal | æ | |
| htmlhex | æ | |
| css | \00E6 | |
| javascript | \u{E6} | |
| python | \u00e6 | |
| java | \u00E6 | |
| go | \u00E6 | |
| ruby | \u{E6} | |
| rust | \u{E6} | |
| ccpp | \u00e6 | |
| urlencoded | %C3%A6 | |
| utf8bytes | c3 a6 | |
| utf16bebytes | 00 e6 | |
| utf32bebytes | 00 00 00 e6 |
How to Use
HTML:
æ
CSS:
content: "\00E6"
JavaScript:
"\u{E6}"
Python:
"\u00e6"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the æ character (LATIN SMALL LETTER AE)?
æ (LATIN SMALL LETTER AE) is the Unicode character U+00E6.
What is the Unicode codepoint of LATIN SMALL LETTER AE?
The LATIN SMALL LETTER AE character (æ) has codepoint U+00E6.
How do I type or copy LATIN SMALL LETTER AE?
Copy æ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.