This page covers utilities and codes for the modern languages of Danish, Norwegian, Swedish and Finnish.

See the Icelandic page for additional letters needed for Icelandic, Faeroese and Old Norse.

Page Content

  1. Accent Codes
    1. Windows Alt Codes
    2. Windows International Keyboard
    3. Macintosh Accent Codes
  2. Web Development
    1. da (Danish), fi (Finnish), no (Norwegian), nb (Norwegian, Bokmål), nn (Norwegian, Nynorsk), sv (Swedish),
  3. Linux Links

About the Scandinavian Letters

For historic reasons, the languages of Norway, Sweden, Denmark and Finland use a similar set of characters. The characters not found in English are listed below by language.

Extra Letters by Language
Languages Additional Characters
Swedish/Finnish Å,å,Ä,ä,Ö,ö
Danish/Norwegian Å,å,Æ,æ,Ø,ø

Note: All the major Scandinavian languages are related to each other, except for Finnish.

Windows ALT Codes

In Windows, combinations of the ALT key plus a numeric code from the number keypad can be used to type a non-English character in any Windows application.

See the detailed instructions on the ALT Code How To for complete information on implementing the code. Additional options for entering accents in Windows are also listed in the Accents section of this Web site.

Windows codes for Nordic languages
Sym ALT Code
Æ ALT+0198 (Capital ash)
æ ALT+0230 (Lowercase ash)
Å ALT+0197 (Capital A ring)
å ALT+0229 (Lowercase A ring)
Ä ALT+0196 (Capital A umlaut)
ä ALT+0228 (Lowercase A umlaut)
Ø ALT+0216 (Capital O slash)
ø ALT+0248 (Lowercase O slash)
Ö ALT+0214 (Capital O umlaut)
ö ALT+0246 (Lowercase o slash)
« ALT+0171 (Left Angle Quote)
» ALT+0187 (Right Angle Quote)
ALT+0128

Windows International Keyboard Codes

In order to use these codes you must activate the U.S. international keyboard. Once the U.S. International keyboard has been activated, you can use the codes below.

International Keyboard Codes for Accents
Character Code
æ, Æ RightAlt+Z, Shift+RightAlt+Z  (You must use the Alt key on the right)
å, Å RightAlt+W, Shift+RightAlt+W
ø, Ø RightAlt+L, Shift+RightAlt+L
Umlaut Accent
ö,ä
("+V) – Type double quote, then the vowel.
Quotes/Euro Sign
Sym Int’l Keyboard Code
« RightAlt+[
» RightAlt+]
Control+RightAlt+5

Macintosh Accent Codes

Below are the accent codes or "Option" codes for the mainland Scandinavian letters. For the Template, the symbol "V" means any vowel. The
format is to hold the first two keys down simultaneously, release, then
type the vowel you wish to be accented.

Mac Accent Codes
Accent Code
æ, Æ

Option+’ (single quote)
Shift+Option+’.

å, Å

Option+A
Shift+Option+A

ø, Ø

Option+O
Shift+Option+O

Umlaut Accent
ö,ä

Type Option+U, then the vowel.

«, »

Option+\  
Shift+Option+\

Shift+Option+2

Example 1: To input the lower case ö, hold down the Option key, then the U key. Release both keys then type lowercase o.
Example 2: To input the capital Ö, hold down the Option key, then the U key. Release all three keys then type capital O.

HTML Accent Codes

This section presents information specific to Dutch. For general information about developing non-English Web sites, see the Encoding Tutorial or the Web Layout sections.

Historical Encodings

Unicode (utf-8) is the preferred encoding for Web sites. However, the following historic encodings may still be encountered.

  • iso-8859-1 (Latin 1),
  • iso-8859-15 (adds support for the euro ()
  • win-1252

If possible, you should transition to Unicode.

Language Tags

Language Tags allow browsers and other software to process text more efficiently. They are also important for optimal screen reader accessibility.

  • da (Danish)
  • fi (Finnish)
  • no (Norwegian)
  • nb (Norwegian, Bokmål)
  • nn (Norwegian, Nynorsk)
  • sv (Swedish)

HTML Entity Codes

Use these codes to input accented letters in HTML. For instance, if you want
to type Bokmål (lit: "book Norwegian") you would type Bokmål.

The numbers in parentheses are the numeric codes assigned in Unicode encoding. For instance, because å is number 229 3, Bokmål can also be used to input Bokmål. These numbers are also used with the Windows Alt codes listed above.

HTML Special Entity codes for Mainland Scandinavian Languages
Sym Entity Code
Æ Æ (198)
æ æ (230)
Å Å (197)
å å (229)
Ä Ä (196)
ä ä (228)
Ð Ð (208)*
ð ð (240)*
Ø Ø (216)
ø ø (248)
Ö Ö (214)
ö ö (246)
Þ Þ (222)*
þ þ (254)*

European Quote Marks

Many modern texts use American style quotes, but if you wish to include European style quote marks, here are the codes. Note that these codes may not work in older browsers.

Entity Codes for Quotation Marks
Sym HTMl Entity Code
« « (left angle)
» » (right angle)
‹ (left single angle)
› (right single angle)
„(bottom quote)
‚(single bottom quote)
“(left curly quote)
‘(left single curly quote)
”(right curly quote)
’(right single curly quote)
– (en dash)
— (em dash)

Linux/Unix

Skip to toolbar