Introduction

The default encoding format for HTML pages is UTF-8, which is the American format. However, this format does not include our Latin accented characters.

It is necessary to conform to this standard by encoding our special characters in a format that this standard can understand. That’s why there are two encodings: one ISO in numeric format and the other specific to HTML expressed in natural language.

An ISO code is written as: &#code;, while an HTML code is written as: &name;.

General Coding Rules

HTML codes are mnemonic abbreviations (in English) of accented letters.

Syntax:

& letter + abbreviation;

Example for É:

Rule: & E + acute;

Actual code: & Eacute;

List of the most common abbreviations:

DescriptionHTML Abbreviation
grave accentgrave
acute accentacute
circumflex accentcirc
cedillacedil
umlautuml
tildetilde

Table of ISO and HTML Codes for Special Characters

CharacterISO CodeHTML Abbreviation
Non-breaking Space
  
A
ÀÀÀ
ÁÁÁ
ÂÂÂ
ÃÃÃ
ÄÄÄ
ÅÅÅ
ÆÆ&Aelig;
ààà
ááá
âââ
ããã
äää
ååå
æææ
C
ÇÇÇ
ççç
D
ÐÐÐ
ððð
E
ÈÈÈ
ÉÉÉ
ÊÊÊ
ËËË
èèè
ééé
êêê
ëëë
I
ÌÌÌ
ÍÍÍ
ÎÎÎ
ÏÏÏ
ììì
ííí
îîî
ïïï
N
ÑÑÑ
ñññ
O
ÒÒÒ
ÓÓÓ
ÔÔÔ
ÕÕÕ
ÖÖÖ
ØØØ
ŒŒŒ
òòò
óóó
ôôô
õõõ
ööö
øøø
œœœ
S
ŠŠ
šš
U
ÙÙÙ
ÚÚÚ
ÛÛÛ
ÜÜÜ
ùùù
úúú
ûûû
üüü
Y
ÝÝÝ
ŸŸŸ
ýýý
ÿÿÿ
Z
ŽŽ
žž
Currency Symbols
¢¢¢
£££
¥¥¥
Legal Symbols
™
©©©
®®®
Numerical Symbols
‰
ªªª
ººº
¹¹¹
²²²
³³³
¼¼¼
½½½
¾¾¾
÷÷÷
×××
>›>
<&#139;&lt;
±&#177;&plusmn;
Other Symbols
&&amp;
&#130;
ƒ&#131;
&#132;
&#133;
&#134;
&#135;
ˆ&#136;
'&#145;
'&#146;
"&#147;
"&#148;
&#149;
&#150;
&#151;
˜&#152;
¿&#191;&iquest;
¡&#161;&iexcl;
¤&#164;&curren;
¦&#166;&brvbar;
§&#167;&sect;
¨&#168;&uml;
«&#171;&laquo;
»&#187;&raquo;
¬&#172;&not;
¯&#175;
´&#180;&acute;
µ&#181;&micro;
&#182;&para;
·&#183;&middot;
¸&#184;&cedil;
Þ&#222;&thorn;
ß&#223;&szlig;

Last updated 02 Oct 2007, 20:37 CEST. history