Æ
Latin

Latin Capital Letter AE Æ

The capital AE ligature (Æ) is a separate letter in Danish, Norwegian, and Icelandic, and appears in Old English texts. It originated as a ligature of A and E but has evolved into an independent letter in Nordic languages. In English, it occasionally appears in archaic spellings and classical references.

All Representations

Named Entity
Æ
Decimal Code
Æ
Hex Code
Æ
Unicode
U+00C6

Rendered Output

Æ

Æ renders as the character shown above

When to Use Latin Capital Letter AE

Use this entity in Danish and Norwegian text (where Æ is a distinct letter), Icelandic, and historical English texts. In modern English, Æ sometimes appears in proper names and academic contexts (encyclopædia, mediæval). For Nordic languages, it is essential and not interchangeable with 'AE'.

Try It — HTML Examples

Named entity in text
<p>Symbol: &AElig;</p>
Decimal reference
<p>Symbol: &#198;</p>
Hex reference
<p>Symbol: &#xC6;</p>
Inside an HTML attribute
<div title="The Latin Capital Letter AE: &AElig;">Hover to see</div>

About the Latin Capital Letter AE Entity

The Latin Capital Letter AE character (Æ) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &AElig;, the decimal numeric character reference &#198;, or the hexadecimal numeric reference &#xC6;. The character is assigned Unicode code point U+00C6 in the Universal Character Set.

The capital AE ligature (Æ) is a separate letter in Danish, Norwegian, and Icelandic, and appears in Old English texts. It originated as a ligature of A and E but has evolved into an independent letter in Nordic languages. In English, it occasionally appears in archaic spellings and classical references.

Latin extended character entities provide the accented and modified letters required by dozens of European languages. From French accents aigus and graves to German umlauts, Scandinavian rings, and Icelandic thorns, these entities ensure correct rendering of non-ASCII characters within HTML documents. While modern UTF-8 encoded pages can include these characters directly in source code, HTML entities remain valuable for source code clarity and legacy compatibility.

When deciding how to encode the Latin Capital Letter AE character in your HTML documents, the named entity &AElig; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#198; and hexadecimal form &#xC6; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use this entity in Danish and Norwegian text (where Æ is a distinct letter), Icelandic, and historical English texts. In modern English, Æ sometimes appears in proper names and academic contexts (encyclopædia, mediæval). For Nordic languages, it is essential and not interchangeable with 'AE'.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.