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: • Text Input Box Basics • Use HTML Target Attribute to Specify Where to Open Document • HTML noscript Tag • HTML Text Tags Basics • Web Color Names Table • HTML5 Spinbox Control • Divide a Table Into Head (thead), Body (tbody), and Footer (tfoot) Sections • Make an HTML Element Editable • HTML5 Input Type - URL • HTML SPAN Basics
|