ä

Technical information

Symbolä
NameLatin small letter a with diaeresis
Unicode numberU+00E4
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character ä, or U+00E4, is known as the "Latin Small Letter A with Diaeresis". It falls under the "Latin-1 Supplement" block and is categorized as "Letter, Lowercase" in the Unicode standard. This character is widely used in various Germanic languages, including German, Swedish, Finnish, and Estonian. In German, it represents a distinct vowel sound that does not exist in English, but it's roughly similar to the vowel sound in English words like 'cat' and 'bad'. In other languages, like Swedish and Finnish, it represents a vowel sound that is roughly similar to the 'a' in the English word 'bad'.

Encoding

HTML Entityä
HTML Entity (hex)ä
HTML Entity (named)ä
URL Escape Code%C3%A4
UTF-8 (hex)0xC3 0xA4
UTF-8 (binary)1100001110100100
UTF-160x00E4
UTF-320x000000E4

Source Code

C, C++, and Java"\u00E4"
CSS Code\00E4
JavaScript"\u00E4"
Perl\x{00E4}
Python 2u"\u00E4"
Python 3\u00E4
Ruby\u{00E4}

Preview

This Unicode character looks like this ä in sentence and in bold like this ä and in italic like this ä.

Font size:

ä
12px
ä
16px
ä
20px
ä
28px
ä
36px
ä
48px
ä
72px

CSS Property: font-weight

ä
100
ä
200
ä
300
ä
400
ä
500
ä
600
ä
700
ä
800
ä
900

HTML Forms and Input

input
disabled input
ä
input-group
select
button
button

Code examples in HTML and CSS

<span>&#228;</span>

            
span {
    content: "\00E4";
}

The symbol in different fonts

ä
-apple-system
ä
Apple Color Emoji
ä
Arial
ä
BlinkMacSystemFont
ä
Courier New
ä
Georgia
ä
Droid Sans
ä
Helvetica
ä
Noto Sans
ä
Oxygen
ä
Roboto
ä
"Segoe UI"
ä
sans-serif
ä
Segoe UI Emoji
ä
Segoe UI Symbol
ä
system-ui
ä
Times New Roman
ä
Ubuntu
ä
Verdana

References