Css Styling

Size
Ä
15px
Ä
18px
Ä
21px
Ä
24px
Ä
27px
Ä
30px
Ä
33px
Ä
36px
Ä
42px
Ä
48px
Ä
54px
Ä
60px
Ä
66px
Ä
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
Ä
Bold
Ä
Italic
Ä
Underline
Ä
Strikethrough
Ä
UpperCase
Ä
LowerCase
Ä
Oblique
A Ä
Subscript
A Ä
Superscript
Ä
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
Ä
Arial
Ä
Times New Roman
Ä
Verdana
Ä
Courier New
Ä
Garamond
Ä
Georgia
Ä
Trebuchet MS
Ä
Tahoma
Ä
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
Ä
White
Ä
Brown
Ä
Maroon
Ä
Magenta
Ä
Red
Ä
Orange
Ä
Yellow
Ä
Green
Ä
Teal
Ä
Cyan
Ä
Blue
Ä
Violet
Ä
Purple
Ä
Indigo
Ä
Gray
Ä
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
Ä
White
Ä
Brown
Ä
Maroon
Ä
Magenta
Ä
Red
Ä
Orange
Ä
Yellow
Ä
Green
Ä
Teal
Ä
Cyan
Ä
Blue
Ä
Violet
Ä
Purple
Ä
Indigo
Ä
Gray
Ä
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin 1 Supplement

Code Snippets

Lang Example Copy
HTML <p>&#196;</p>
📋
CSS .selector { content: '\00C4' };
📋
JS var unicodeA = '\u00C4 ';
📋
CPP char unicodeA = ' \u00C4 ';
📋
Java char unicodeA = '\u00C4';
📋
Python unicodeA = '\u00C4'
📋

What is Unicode character Ä?

The Unicode character Ä U+00C4 is Latin Capital Letter A With Diaeresis in the Latin 1 Supplement block.

What is the lowercase equivalent of the Unicode character Ä?

The lowercase equivalent of the Unicode character Ä is ä (U+00E4).

Are there any variations of character Ä?

Yes, ä - (U+00E4), Ǟ - (U+01DE), etc. are some variants of character Ä.

What does the Unicode character Ä represent?

The Unicode character Ä represents Latin Capital Letter A With Diaeresis.

What is the Unicode code point for Ä?

The Unicode code point for Ä is U+00C4.

Is the appearance of the Ä character consistent across all platforms?

The appearance of the Ä character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Capital Letter A With Diaeresis remains consistent.

How can I ensure the Ä character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the Ä character.

In which version was Unicode character Ä released, and to which block of characters does it belong?

Unicode character Ä was first introduced in Unicode Version 1.1, and it belongs to the Latin 1 Supplement block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin 1 Supplement
Decomposition Type Canonical Decomposition
General Category Uppercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Uppercase
Word Break MidNumNum
Copied!