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: • Use Datalist Tag to Specify Pre-defined Text for Input Element • HTML noscript Tag • HTML Numbered or Ordered List • HTML5 Slider Control • HTML Select List Basics • Set Form Controls Tab Order With tabindex Attribute • • HTML Frames Basics • HTML5 role Attribute • HTML abbr and acronym Tag
|