I needed somewhere to keep this (the original page where I found it disappeared)…
Every character that we use in our html has a html number equivalent. This list is useful when writing code that requires special characters to display correctly.
| Symbol | HTML number | HTML name | Description |
|   | Space | ||
| ! | ! | Exclamation mark | |
| “ | " | "e; | Double Quotes |
| # | # | Number sign | |
| $ | $ | Dollar sign | |
| % | % | Percent sign | |
| & | & | & | Ampersand |
| ‘ | ' | Single quote | |
| ( | ( | Opening Parenthesis | |
| ) | ) | Closing Parenthesis | |
| * | * | Asterisk | |
| + | + | Plus sign | |
| , | , | Comma | |
| – | - | Minus sign or Hyphen | |
| . | . | Period | |
| / | / | Forward slash | |
| : | : | Colon | |
| ; | ; | Semi Colon | |
| < | < | < | Less than sign |
| = | = | Equal sign | |
| > | > | > | Greater than sign |
| ? | ? | Question mark | |
| @ | @ | At symbol | |
| [ | [ | Open bracket |




No user commented in " HTML codes for symbols and characters "
Follow-up comment rss or Leave a Trackback