If you have a German keyboard it is very easy to type the Umlauts like äöü and also the “sharp s” ß, as the German keyboard layout has these characters directly on the layout.
If you have another keyboard or you are trying to make sure your HTML document should be readable on other computers that use other encodings you should take a look at the table below.
Character | Unicode Number | HTML Entity | HTML Unicode call |
---|---|---|---|
ä | 0228 | ä | ä |
Ä | 0196 | Ä | Ä |
ö | 0246 | ö | ö |
Ö | 0214 | Ö | Ö |
ü | 0252 | ü | ü |
Ü | 0220 | Ü | Ü |
ß | 0223 | ß | ß |
Quick Tip
You can easily type all Unicode Characters on your keyboard by using
ALT+<Number of Character in Unicode Table on Numpad>
Keep ALT pressed while doing this. The Numpad must be activated on your keyboard.
Example: ä is ALT+0228
Did you know …?
German Umlauts and the sharp s can also be written like this:
Umlaut | Rewritten |
Ä ä | AE ae |
Ö ö | OE oe |
Ü ü | UE ue |
ß | ss (in some cases also sz) |
Related Topics
These articles may also be of your interest: