æ

Technical information

Symbolæ
NameLatin small letter ae
Unicode numberU+00E6
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character "æ", or U+00E6, is known as "Latin Small Letter AE". It is part of the "Latin-1 Supplement" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is a ligature consisting of the Latin letters 'a' and 'e'. In English, the "ae" ligature is used in words derived from Latin or Greek. In other languages such as Danish, Norwegian, and Icelandic, the "æ" character is considered a letter in its own right, separate from "a" and "e", and is included in their alphabets.

Encoding

HTML Entityæ
HTML Entity (hex)æ
HTML Entity (named)æ
URL Escape Code%C3%A6
UTF-8 (hex)0xC3 0xA6
UTF-8 (binary)1100001110100110
UTF-160x00E6
UTF-320x000000E6

Source Code

C, C++, and Java"\u00E6"
CSS Code\00E6
JavaScript"\u00E6"
Perl\x{00E6}
Python 2u"\u00E6"
Python 3\u00E6
Ruby\u{00E6}

Preview

This Unicode character looks like this æ in sentence and in bold like this æ and in italic like this æ.

Font size:

æ
12px
æ
16px
æ
20px
æ
28px
æ
36px
æ
48px
æ
72px

CSS Property: font-weight

æ
100
æ
200
æ
300
æ
400
æ
500
æ
600
æ
700
æ
800
æ
900

HTML Forms and Input

input
disabled input
æ
input-group
select
button
button

Code examples in HTML and CSS

<span>&#230;</span>

            
span {
    content: "\00E6";
}

The symbol in different fonts

æ
-apple-system
æ
Apple Color Emoji
æ
Arial
æ
BlinkMacSystemFont
æ
Courier New
æ
Georgia
æ
Droid Sans
æ
Helvetica
æ
Noto Sans
æ
Oxygen
æ
Roboto
æ
"Segoe UI"
æ
sans-serif
æ
Segoe UI Emoji
æ
Segoe UI Symbol
æ
system-ui
æ
Times New Roman
æ
Ubuntu
æ
Verdana

References