Website Designers R Us - Home
HTML special character reference

You may not be able to enter certain symbols or characters into your web page using a single key or character. The following HTML 4 character reference table can be used to enter such special characters using the associated "numeric character reference" code or the "character entity reference" code. Note that not all characters are supported by every browser. Some browsers may support the numeric reference without supporting the character entity reference.

Numeric character reference ("ID" column in the table) is the numeric representation of a given character. To use the numeric character reference in your HTML code, use the following format:

&#Numeric character reference;
 
For example, to display the © symbol using the numeric character reference, enter:
 
©

Character entity reference ("Code" column in the table) is the standard name of a given character. To use the character entity reference in your HTML code, use the following format instead:

&Character entity reference;
 
For example, to display the © symbol using the character entity reference:
 
©
- ID Code - Description
Á 193 Aacute 1 latin capital letter A with acute
á 225 aacute 1 latin small letter a with acute
â 226 acirc 1 latin small letter a with circumflex
 194 Acirc 1 latin capital letter A with circumflex
´ 180 acute 1 acute accent
æ 230 aelig 1 latin small letter ae
Æ 198<