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: • Image Map Basics • HTML Definition List • HTML DIV Basics • Using col and colgroup to Apply Attributes to a Table Column • The Heading Tags • HTML Bulleted or Unordered List • HTML Horizontal Rule • Providing Alternate and Title Text for an Image • Line Break Basics • HTML Select List Basics
|