Uppercase A Umlaut (Ä) is the Latin-1 Supplement character at Unicode U+00C4 (LATIN CAPITAL LETTER A WITH DIAERESIS). HTML5 names it Ä. Use it for German, Swedish, Finnish, and other Latin-script text that needs Ä.
Remember
Character Ä
Unicode U+00C4
Named entity Ä
Hex entity Ä
Decimal Ä
CSS escape \00C4
Not the same ä (ä) · Ã (Ã) · A
Named, hex, decimal, CSS, and a typed character all produce the same glyph: Ä. Prefer Ä or Ä in HTML markup. For the lowercase form see ä; for A with tilde see Ã.
Built with Named: Ä
Built with Hex: Ä
Built with Decimal: Ä
Built with CSS: Ä
Typed: Ä
Deutsch: Ägypten, MÄNNER
How It Works
1. Named:Ä is the HTML5 name for U+00C4 → Ä (case-sensitive: capital A).
2. Hex:Ä inserts the same code point. Same visual as named.
3. Decimal: same code point as 196 → Ä.
4. CSS: use \00C4 in content (not an HTML entity). #point::after appends Ä.
5. Typed: paste Ä in a UTF-8 document, or write German text with Ä.
Pitfalls & Tips
Common mistakes when working with Uppercase A Umlaut.
Named
Prefer Ä
The name is case-sensitive. Ä is Ä; ä is ä. Do not mix them up.
Look-alikes
Ä ≠ ä ≠ Ã
Capital umlaut is Ä. Lowercase is ä. Tilde is Ã. Match case and accent to the word.
A11y
Use real letters
Prefer the precomposed character Ä (or Ä) over A + combining diaeresis when possible — screen readers and search handle it more reliably.
Fonts
Glyph coverage
Latin-1 Supplement is widely supported. Still set lang="de" (or the correct language) when the text is German.
CSS vs HTML
Do not mix escapes
\00C4 belongs in CSS. Ä / Ä / Ä belong in HTML.
Semicolon
End references
Always finish with ; — write Ä, not Ä.
Compatibility
Browser Support
Uppercase A Umlaut (U+00C4) and its entity forms (Ä, Ä, Ä, CSS \\00C4) are supported in all modern browsers. Glyph coverage is excellent for Latin-1.
✓ Universal encoding
Uppercase A Umlaut (Ä)
Encode with named, hex, decimal, or CSS escape — or type Ä directly in UTF-8 HTML. Prefer Ä or Ä.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes*
U+00C4Full support
Bottom line: Prefer Ä or Ä for readable HTML. Use \\00C4 only inside CSS content. Do not confuse with ä or Ã.
Remember
Key Takeaways
Unicode: this symbol is U+00C4 (decimal 196) — Latin capital letter A with diaeresis.
Use Ä (named), Ä (hex), Ä (decimal), or the CSS escape \00C4 in the content property. All render Ä. Prefer Ä or Ä for readable markup.
U+00C4 (LATIN CAPITAL LETTER A WITH DIAERESIS). Hex C4, decimal 196, named entity Ä. It belongs to Latin-1 Supplement (U+0080–U+00FF).
Yes. HTML5 defines Ä for U+00C4. It is case-sensitive — write Auml with a capital A. Lowercase ä is a different character (ä).
U+00C4 (Ä) is capital A with diaeresis/umlaut. U+00E4 (ä) is lowercase a with umlaut. Ã (U+00C3) is capital A with tilde.
Use it for German, Swedish, Finnish, and other Latin-script text that needs Ä (for example Ägypten, MÄNNER).
HTML entities (Ä, Ä, or Ä) go in markup. The CSS escape \00C4 is used in stylesheets (usually in the content property of ::before/::after). Both render Ä.
🤔
Did you know?
Uppercase A Umlaut is Unicode U+00C4 (decimal 196) — glyph Ä (LATIN CAPITAL LETTER A WITH DIAERESIS) in Latin-1 Supplement. HTML5 names it Ä (case-sensitive — capital A). Prefer it for German, Swedish, and Finnish. Do not confuse it with lowercase ä (ä) or uppercase A tilde (Ã).