Sometimes you’ll want to use symbols that you won’t find on your keyboard. They are so called special characters or symbols. Special characters are placed on your HTML document by using a special reference to the character you want to use. The reference will begin with an “&”, will be followed by some text or numbers, and end with a semicolon, “;”. In the tables below you should find a symbol you want to use with its HTML code:
Special symbols
Symbol | Code |
---|---|
“ | " |
& | & |
< | < |
> | > |
‘ ‘ | |
| ­ |
© | © |
® | ® |
™ | ™ |
¹ | ¹ |
² | ² |
³ | ³ |
¶ | ¶ |
· | · |
« | « |
» | » |
¼ | ¼ |
½ | ½ |
¾ | ¾ |
¡ | ¡ |
¢ | ¢ |
£ | £ |
¤ | ¤ |
¥ | ¥ |
¦ | ¦ |
§ | § |
¬ | ¬ |
° | ° |
± | ± |
µ | µ |
× | × |
÷ | ÷ |
Table of the national symbols
Letter | Code |
---|---|
á and Á | á and Á |
à and À | à and À |
â and  | â and  |
å and Å | å and Å |
ã and à | ã and à |
ä and Ä | ä and Ä |
æ and Æ | æ and Æ |
ç and Ç | ç and Ç |
é and É | é and É |
è and È | è and È |
ê and Ê | ê and Ê |
ë and Ë | ë and Ë |
ð and Ð | ð and Ð |
í and Í | í and Í |
ì and Ì | ì and Ì |
î and Î | î and Î |
ï and Ï | ï and Ï |
ñ and Ñ | ñ and Ñ |
ó and Ó | ó and Ó |
ò and Ò | ò and Ò |
ô and Ô | ô and Ô |
õ and Õ | õ and Õ |
ö and ö | ö and ö |
ø and Ø | ø and Ø |
þ and Þ | þ and Þ |
ú and Ú | ú and Ú |
ù and Ù | ù and Ù |
ô and Ô | ô and Ô |
ü and Ü | ü and Ü |
ý and Ý | ý and Ý |
ÿ and Ÿ | ÿ and Ÿ |
Well, let’s move on to the next section HTML forms.