HTML Special Characters


HTML Symbol Codes

    These HTML symbol codes include letters from foreign alphabets and special symbols. This is where you find things like the HTML Indent code.

Character Num Code Name Code
à à à
á á á
â â â
ã ã ã
ä ä ä
å å å
æ æ æ
À À À
Á Á Á
  Â
à à Ã
Ä Ä Ä
Å Å Å
Æ Æ Æ
è è è
é é é
ê ê ê
ë ê ë
È È È
É É É
Ê Ê Ê
Ë Ë Ë
ì ì ì
í í í
î î &cicirc;
ï ï ï
Ì Ì Ì
Í Í Í
Î Î Î
Character Num Code Name Code
Ï Ï Ï
ò ò ò
ó ó ó
ô ô ô
õ õ õ
ö ö ö
ø ø ø
œ œ  
Ò Ò Ò
Ó Ó Ó
Ô Ô Ô
Õ Õ Õ
Ö Ö Ö
Ø Ø Ø
ù ù ù
ú ú ú
û û û
ü ü ü
Ù Ù Ù
Ú Ú Ú
Û Û Û
Ü Ü Ü
ÿ ÿ ÿ
Ÿ Ÿ  
ç ç ç
Ç Ç Ç
ß ß ß
ñ ñ ñ
Ñ Ñ Ñ


Symbols

    The symbols are generally used for mathematics or currency. You will also find some legal symbols like ™ and ©.
Character Num Code Name Code
" " "
“ “  
” ”  
« « «
» » »
# #  
& & &
< &#60; &lt;
> &#62; &gt;
¬ &#172; &not;
± &#177; &plusmn;
÷ &#247; &divide;
µ &#181; &micro;
¼ &#188; &frac14;
½ &#189; &frac12;
¾ &#190; &frac34;
¯ &#175; &hibar;
% &#37;  
¢ &#162; &cent;
$ &#36;  
£ &#163; &pound;
Character Num Code Name Code
¥ &#165; &yen;
™ &#153;  
© &#169;  
® &#174;  
@ &#64;  
… &#133;  
¡ &#161; &iexcl;
¿ &#191; &iquest;
¦ &#166; &brkbar;
• &#149;  
º &#186; &deg;
§ &#167;  
&#182;  
º &#186;  
ª &#170;  
¹ &#185; &sup1;
² &#178; &sup2;
³ &#179; &sup3
­ &#173; &shy;
  &#160; &nbsp;



    The shaded areas indicate the characters listed in are only good if you are quite sure your audience is DOS/Windows only people. The Mac and others won't see what you want them to.

    Other ways exist to make these characters. The fractions can be made using the superscript <sup></sup> and subscript <sub></sub> tags for the numbers with a slash (/) in between. In fact you could make any fraction this way.

    Other characters can be made using graphics if nothing else works.

    You can use HTML &nbsp code is the HTML code for space. The HTML code for tab is simply the HTML &nbsp code several times.

    Unwritten spaces simply means a name code does not exist for this character.