Ä
Latin

Latin Capital A with Diaeresis Ä

The capital A with diaeresis/umlaut (Ä) is used in German, Swedish, Finnish, Turkish, and other languages. In German, the umlaut indicates a fronted vowel sound and is a fundamental part of the writing system. Replacing Ä with 'Ae' is acceptable only when the character is unavailable.

All Representations

Named Entity
Ä
Decimal Code
Ä
Hex Code
Ä
Unicode
U+00C4

Rendered Output

Ä

Ä renders as the character shown above

When to Use Latin Capital A with Diaeresis

Use this entity in German (Ärger, Änderung), Swedish, Finnish, and Turkish text. In German, the umlaut is not optional decoration — it changes the meaning of words. For international SEO, properly encoding umlauts is important for German-language search queries.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Auml;</p>
Decimal reference
<p>Symbol: &#196;</p>
Hex reference
<p>Symbol: &#xC4;</p>
Inside an HTML attribute
<div title="The Latin Capital A with Diaeresis: &Auml;">Hover to see</div>

About the Latin Capital A with Diaeresis Entity

The Latin Capital A with Diaeresis character (Ä) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Auml;, the decimal numeric character reference &#196;, or the hexadecimal numeric reference &#xC4;. The character is assigned Unicode code point U+00C4 in the Universal Character Set.

The capital A with diaeresis/umlaut (Ä) is used in German, Swedish, Finnish, Turkish, and other languages. In German, the umlaut indicates a fronted vowel sound and is a fundamental part of the writing system. Replacing Ä with 'Ae' is acceptable only when the character is unavailable.

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 A with Diaeresis character in your HTML documents, the named entity &Auml; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#196; and hexadecimal form &#xC4; 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 German (Ärger, Änderung), Swedish, Finnish, and Turkish text. In German, the umlaut is not optional decoration — it changes the meaning of words. For international SEO, properly encoding umlauts is important for German-language search queries.

Related Entities

Explore More HTML Entities

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