Skip Header
Teaching and Learning with Technology
Computing With Accents and Foreign Scripts
TLT Home : TLT Suggestions Skip Menu

Scandinavian

This page covers utilities and codes for the modern languages of Scandinavia including Icelandic, Swedish, Norwegian, Danish, Finnish, Faeroese, Old Norse (partial) and others.  Information on Old English has been moved to the Old English and Page.

This Page

  1. Browser and Font Recommendations
  2. Accent Codes
    1. Windows Alt Codes
    2. Windows International Keyboard
    3. Macintosh Accent Codes (including thorn)
  3. HTML Accent Codes and Language Codes
    1. da (Danish), fi (Finnish), fo (Faeroese), is (Icelandic), no (Norwegian), nb (Norwegian, Bokmål), nn (Norwegian, Nynorsk), sv (Swedish), non (Old Norse)
  4. Linux Links

Browser and Font Recommendations

Windows - Most recent browsers can view pages with Nordic characters .

Macintosh - If using System 9 or an older version, Language Kits should be installed  in order to view Icelandic eth and thorn. Other characters are well-supported.

Icelandic and Old English

Because Icelandic is one of the few modern languages which uses  the Old English characters ð (eth), þ (thorn) and æ (ash) many scholars recommend using Icelandic keyboards to type these characters.  However, the Icelandic keyboards do not support macrons (long marks), yogh or wynn - see the Old English page if you need to work with these additional characters.

Top of Page

Windows Alt Codes

In Windows, combinations of the ALT key plus a numeric code can be used to type a non-English character (accented letter or punctuation symbol) in any Windows application. More detailed instructions about typing accents with ALT keys are available.  Additional options for entering accents in Windows are also listed in the Accents section of this Web site.

Windows codes for Nordic languages
  Special Nordic Letters/Punct
Æ 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+0208 (Capital eth)
ð ALT+0240 (Lowercase eth)
Ø ALT+0216 (Capital O slash)
ø ALT+0248 (Lowercase O slash)
Ö ALT+0214 (Capital O umlaut)
ö ALT+0246 (Lowercase o slash)
Þ ALT+0222 (Capital Thorn)
þ ALT+0254 (Lowercase Thorn)
« ALT+0171 (Left Angle Quote)
» ALT+0187 (Right Angle Quote)
ALT+0128
  Vowels with Acute Accent
Á ALT+0193 (Capital)
á ALT+0225 (Lowercase)
É ALT+0201
é ALT+0233
Í ALT+0205
í ALT+0237
Ó ALT+0211
ó ALT+0243
Ú ALT+0218
ú ALT+0250
Ý ALT+0221
ý ALT+0253

Top of Page

Windows International Keyboard Codes

In order to use these codes you must activate the international keyboard. Instructions are listed in the Keyboards section of this Web site.

Character Code
æ, Æ RightAlt+Z, Shift+RightAlt+Z  (You must use the Alt key on the right)
ð,Ð RightAlt+D, Shift+RightAlt+D
þ, Þ RightAlt+T, Shift+RightAlt+T
å, Å RightAlt+W, Shift+RightAlt+W
ø, Ø RightAlt+L, Shift+RightAlt+L
Acute Accent ('+V) - Type single quote, then the vowel.
Umlaut Accent ("+V) - Type double quote, then the vowel.

 

  Consonants/Punctuation
Ç Shift+RightAlt + <
ç RightAlt + <
« RightAlt+[
» RightAlt+]
Control+RightAlt+5

Top of Page

Macintosh Accent Codes

Most of the Scandinavian languages are well supported with accent codes, but the Icelandic eth and thorn requires users to either switch to the Icelandic Keyboard or use Unicode Hex codes.

Accent Code
æ, Æ

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

å, Å

Option+A
Shift+Option+A

ø, Ø

Option+O
Shift+Option+O

Acute Accent

Type Option+E, then the vowel. For instance, to type á hold down Option+E, then type A. To type Á, hold down Option+E, then type capital A. Activate the OS X Extended Keyboard for ý, Ý

Umlaut Accent

Type Option+U, then the vowel.

«, »

Option+\  
Shift+Option+\

Shift+Option+2

 

Typing Thorn and Eth

OS X Extended Keyboard

If you are working with a Unicode aware application such as Microsoft Office 2004, Text Edit (free with OS X ), Dreamweaver or Netscape 7 Composer /Mozilla Composer you can activate the Extended Roman keyboard (10.2) or the U.S. Extended keyboard (10.3) and use the following codes:

X = any letter
ACCENT SAMPLE TEMPLATE
Thorn þ,Þ Option+T (lower)
Shift+Option+T
(cap)
Eth ð,Ð Option+D
Shift+Option+D

System 9

You would need to obtain an Icelandic Language Kit from Apple Iceland. This would include an Icelandic keyboard with all the accented letters including thorn and eth.

Top of Page

HTML Accent Codes

Scandinavian Encoding and Languge Tags

These are the codes which allow browsers and screen readers to process data as the appropriate language. All letters in codes are lower case.

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

See Using Encoding and Language Codes for more information on the meaning and implementation of these codes.

HTML Entity Codes

Use these codes to input accented letters in HTML. For instance, if you want to type Þórr (Thor) you would type &THORN;&oacute;rr.

The numbers in parentheses are the numeric codes assigned in Unicode encoding. For instance, because Þ is number 222 and ó is number 243, &#222;&#243;rr can also be used to input Þórr. These numbers are also used with the Windows Alt codes listed above.

NOTES: For letters marked with *,  Macintosh OS9 users must install the Language Kits in order to see eth, thorn.

HTML Special Entity codes for Old English and Nordic languages
  Special Nordic Letters/Punct
Æ &AElig; (198)
æ &aelig; (230)
Å &Aring; (197)
å &aring; (229)
Ä &Auml; (196)
ä &auml; (228)
Ð &ETH; (208)*
ð &eth; (240)*
Ø &Oslash; (216)
ø &oslash; (248)
Ö &Ouml; (214)
ö &ouml; (246)
Þ &THORN; (222)*
þ &thorn; (254)*
« &laquo; (171)
» &raquo; (187)
&lsaquo;
&rsaquo;
&euro;
  Vowels with Acute Accent
Á &Aacute; (193)
á &aacute; (225)
É &Eacute; (201)
é &eacute; (233)
Í &Iacute; (205)
í &iacute;(237)
Ó &Oacute; (211)
ó &oacute; (243)
Ú &Uacute; (218)
ú &uacute; (250)
Ý &Yacute; (221)
ý &yacute; (253)

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.

  European Quote Marks
« &laquo; (left angle)
» &raquo; (right angle)
&lsaquo; (left single angle)
&rsaquo; (right single angle)
&bdquo;(bottom quote)
&sbquo;(single bottom quote)
&ldquo;(left curly quote)
&lsquo;(left single curly quote)
&rdquo;(right curly quote)
&rsquo;(right single curly quote)
&ndash; (en dash)
&mdash; (em dash)

 

Using Encoding and Language Codes

Computers process text by assuming a certain encoding or a system of matching electronic data with visual text characters. Whenever you develop a Web site you need to make sure the proper encoding is specified in the header tags; otherwise the browser may default to U.S. settings and not display the text properly.

To declare an encoding, insert or inspect the following meta-tag at the top of your HTML file, then replace "???" with one of the encoding codes listed above. If you are not sure, use utf-8 as the encoding.

Generic Encoding Template

<head>
<meta http-equiv="Content-Type" content="text/html; charset=??? ">
...
<head>

Declare Unicode

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8 ">
...
<head>

XHTML

The final close slash must be included after the final quote mark in the encoding header tag if you are using XHTML

Declare Unicode in XHTML

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
...
<head>

No Encoding Declared

If no encoding is declared, then the browser uses the default setting, which in the U.S. is typically Latin-1. In that case many Unicode characters could be displayed incorrectly. Also, older browsers such as Netscape 4.7 may not be able to process the entity codes correctly without the "utf-8" declaration.

Language Tags

Language tags are also suggested so that search engines and screen readers parse the language of a page. These are meta data tags which indicate the page of a language, not devices to trigger translation. Visit the Language Tag page to view information on where to insert it.

Top of Page

Links

Linux/Unix

Windows

Top of Page

©Penn State University, 2000-2007.
This Web page maintained by Teaching and Learning with Technology, a unit of Information Technology Services. For questions or comments on this Web page, please contact Elizabeth J. Pyatt (ejp10@psu.edu).
Unicode character names and hexadecimal entity codes are taken from the public Unicode Character Charts.
Last Modified: Monday, 14-Apr-2008 15:59:06 EDT