Please visit our sponsors.

Special Characters

Sometimes you want to write characters that usually are a part of HTML or simply don't exist on your keyboard, then you should use these special codes. Here are some of the most usual special characters.

Character Code Comment
< &lt; Less than
> &gt; Greater than
& &amp; Ampersand
" &quot; Double quote
  &nbsp; Non-breaking space
® &reg; Registered trademark
© &copy; Copyright
Å &Aring; A with ring
Ä &Auml; A with umlaut mark
Ö &Ouml; O with umlaut mark
ð &eth; Eth (Icelandic)
Ð &ETH; Eth (Icelandic)
æ &aelig; ae, dipthong (ligature)
Æ &AElig; AE, dipthong (ligature)
So if you should write; <B>Bold</B>, your HTML code would've looked like this: &lt;B&gt;Bold&lt;/B&gt;.
Previous Home Previous

Last updated 970701