HTML Special Entities' Charactor Code
Author
Zhou Renjian
Create@
2007-03-05 11:13

Sources:
http://www.w3schools.com/html/html_entities.asp
http://www.w3schools.com/tags/ref_entities.asp
The Most Common Character Entities:
Result Description Entity Name Entity Number
non-breaking space  
< less than < <
> greater than > >
& ampersand & &
" quotation mark " "
' apostrophe ' (does not work in IE) '
Some Other Commonly Used Character Entities:
Result Description Entity Name Entity Number
¢ cent ¢ ¢
£ pound £ £
¥ yen ¥ ¥
§ section § §
? copyright © ©
? registered trademark ® ®
× multiplication × ×
÷ division ÷ ÷
To see a full list of HTML character entities go to our HTML Entities Reference.