Most Usefull ASCII Character Code Entities
Certain symbols are either not available on the standard keyboard, or could cause problems
if used directly in html code. Those symbols should be replaced with their entity or character
code equivalents. This is a list of the most useful entities and character codes.
character | entity | code | description |
& | & | & | ampersand |
> | > | > | greater-than |
< | < | < | less-than |
" | " | " | quotation mark |
• | • | • | bullet |
© | © | © | copyright |
@ | | ~ | at sign |
† | † | † | dagger |
‡ | ‡ | ‡ | double dagger |
⁄ | ⁄ | ⁄ | fraction slash |
π | π | π | pi |
µ | µ | µ | micro |
′ | ′ | ′ | prime or feet |
″ | ″ | ″ | double prime or inches |
® | ® | ® | registered trade mark |
™ | ™ | ™ | trade mark |
° | ° | ° | degree |
÷ | ÷ | ÷ | division |
≥ | ≥ | ≥ | greater-than or equal-to |
≤ | ≤ | ≤ | less-than or equal-to |
× | × | × | multiplication |
√ | √ | √ | radical sign |
| |   | non-breaking space |
⊕ | ⊕ | ⊕ | circled plus |
⊗ | ⊗ | ⊗ | circles times |
→ | → | → | right arrow |
⇒ | ⇒ | ⇒ | double right arrow |
← | ← | ← | left arrow |
⇐ | ⇐ | ⇐ | double left arrow |
↑ | ↑ | ↑ | up arrow |
⇑ | ⇑ | ⇑ | double up arrow |
↓ | ↓ | ↓ | down arrow |
⇓ | ⇓ | ⇓ | double down arrow |
↔ | ↔ | ↔ | left-right arrow |
⇔ | ⇔ | ⇔ | double left-right arrow |
♣ | ♣ | ♣ | club suit |
♦ | ♦ | ♦ | diamond suit |
♥ | ♥ | ♥ | heart suit |
♠ | ♠ | ♠ | spade suit |
More HTML Code: • HTML noscript Tag • Text Input Box Basics • Use Datalist Tag to Specify Pre-defined Text for Input Element • HTML Blockquote Basics • The HTML Head Tag • Line Break Basics • HTML Linking Basics • Providing Alternate and Title Text for an Image • The Heading Tags • Image Map Basics
|