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>&#228;</p>
📋
CSS .selector { content: '\00E4' };
📋
JS var unicodeA = '\u00E4 ';
📋
CPP char unicodeA = ' \u00E4 ';
📋
Java char unicodeA = '\u00E4';
📋
Python unicodeA = '\u00E4'
📋

What is Unicode character ä?

The Unicode character ä U+00E4 is Latin Small Letter A With Diaeresis in the Latin 1 Supplement block.

What is the uppercase equivalent of the Unicode character ä?

The uppercase equivalent of the Unicode character ä is Ä (U+00C4).

Are there any variations of character ä?

Yes, Ä - (U+00C4), ǟ - (U+01DF), etc. are some variants of character ä.

What does the Unicode character ä represent?

The Unicode character ä represents Latin Small Letter A With Diaeresis.

What is the Unicode code point for ä?

The Unicode code point for ä is U+00E4.

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 Small 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 Lowercase 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 Lowercase
Word Break MidNumNum
Copied!