HTML entities are a mechanism for coding references to characters that are not easily entered via the keyboard or need a special representation to distinguish them from characters such as <, > etc. that have a special significance in HTML. Entities are expressed in one of two forms:
- &name; – by reference to the name of the entity.
- &number; – by specifying the ISO code for the entity.
Note the terminating semicolon – ;. Entity names are case sensitive. The most commonly used entities are listed in the table below. Please click on the links below to view entities that category. There are few entity names, indicated as &name; that are not correctly interpreted by Internet Explorer. In such cases it is better to use the corresponding entity number.
In addition to the named entities, it is possible to display most Unicode characters by specifying them in the form &#dddd;
or &#Xhhhh;
where dddd is the decimal Unicode for the character and hhhh is the equivalent hexadecimal value. Even when using named entities it pays to use the shorter of the name or number representations – except when future readability is likely to be a concern.
Special Characters
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
“ |
" |
" |
& |
& |
& |
‘ |
' |
' |
< |
< |
< |
> |
> |
> |
|
|
|
Arrows
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
← |
← |
← |
↑ |
↑ |
↑ |
→ |
→ |
→ |
↓ |
↓ |
↓ |
↔ |
↔ |
↔ |
⇐ |
⇐ |
⇐ |
⇑ |
⇑ |
⇑ |
⇒ |
⇒ |
⇒ |
⇓ |
⇓ |
⇓ |
⇔ |
⇔ |
⇔ |
Accented Uppercase Vowels
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
À |
À |
À |
Á |
Á |
Á |
 |
 |
 |
à |
à |
à |
Ä |
Ä |
Ä |
Å |
Å |
Å |
Æ |
Æ |
Æ |
Ç |
Ç |
Ç |
È |
È |
È |
É |
É |
É |
Ê |
Ê |
Ê |
Ë |
Ë |
Ë |
Ì |
Ì |
Ì |
Í |
Í |
Í |
Î |
Î |
Î |
Ï |
Ï |
Ï |
Ò |
Ò |
Ò |
Ó |
Ó |
Ó |
Ô |
Ô |
Ô |
Õ |
Õ |
Õ |
Ö |
Ö |
Ö |
Ø |
Ø |
Ø |
Œ |
Œ |
Œ |
Ù |
Ù |
Ù |
Ú |
Ú |
Ú |
Û |
Û |
Û |
Ü |
Ü |
Ü |
|
|
|
Accented Lowercase Vowels
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
à |
à |
à |
á |
á |
á |
â |
â |
â |
ã |
ã |
ã |
ä |
ä |
ä |
å |
å |
å |
æ |
æ |
æ |
ç |
ç |
ç |
è |
è |
è |
é |
é |
é |
ê |
ê |
ê |
ë |
ë |
ë |
ì |
ì |
ì |
í |
í |
í |
î |
î |
î |
ï |
ï |
ï |
ò |
ò |
ò |
ó |
ó |
ó |
ô |
ô |
ô |
õ |
õ |
õ |
ö |
ö |
ö |
ø |
ø |
ø |
œ |
œ |
œ |
ù |
ù |
ù |
ú |
ú |
ú |
û |
û |
û |
ü |
ü |
ü |
|
|
|
Other Accented Characters
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
Ñ |
Ñ |
Ñ |
ñ |
ñ |
ñ |
Þ |
Þ |
Þ |
þ |
þ |
þ |
ß |
ß |
ß |
ð |
ð |
ð |
Š |
Š |
Š |
š |
š |
š |
ƒ |
ƒ |
ƒ |
ý |
ý |
ý |
ÿ |
ÿ |
ÿ |
Ÿ |
Ÿ |
Ÿ |
Uppercase Greek Letters
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
Α |
Α |
Α |
Β |
Β |
Β |
Γ |
Γ |
Γ |
Δ |
Δ |
Δ |
Ε |
Ε |
Ε |
Ζ |
Ζ |
Ζ |
Η |
Η |
Η |
Θ |
Θ |
Θ |
Ι |
Ι |
Ι |
Κ |
Κ |
Κ |
Λ |
Λ |
Λ |
Μ |
Μ |
Μ |
Ν |
Ν |
Ν |
Ξ |
Ξ |
Ξ |
Ο |
Ο |
Ο |
Π |
Π |
Π |
Ρ |
Ρ |
Ρ |
Σ |
Σ |
Σ |
Τ |
Τ |
Τ |
Υ |
Υ |
Υ |
Φ |
Φ |
Φ |
Χ |
Χ |
Χ |
Ω |
Ω |
Ψ |
|
|
|
Lowercase Greek Letters
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
α |
α |
α |
β |
β |
β |
γ |
γ |
γ |
δ |
δ |
δ |
ε |
ε |
ε |
ζ |
ζ |
ζ |
η |
η |
η |
θ |
θ |
θ |
ι |
ι |
ι |
κ |
κ |
κ |
λ |
λ |
λ |
μ |
μ |
μ |
ν |
ν |
ν |
ξ |
ξ |
ξ |
ο |
ο |
ο |
π |
π |
π |
ρ |
ρ |
ρ |
σ |
σ |
σ |
τ |
τ |
τ |
υ |
υ |
υ |
φ |
φ |
φ |
χ |
χ |
χ |
ψ |
ψ |
ψ |
ω |
ω |
ω |
ϖ |
ϖ |
ϖ |
|
|
|
Spaces & Hyphens
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
|
  |
  |
|
  |
  |
|
  |
  |
|
|
  |
– |
– |
– |
— |
— |
— |
‾ |
‾ |
‾ |
_ |
|
_ |
¯ |
¯ |
¯ |
|
|
|
Quotes & Punctuation
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
‘ |
‘ |
‘ |
’ |
’ |
’ |
‚ |
‚ |
‚ |
“ |
“ |
“ |
” |
” |
” |
„ |
„ |
„ |
‹ |
‹ |
‹ |
› |
› |
› |
« |
« |
« |
» |
» |
» |
′ |
′ |
′ |
… |
… |
… |
¿ |
¿ |
¿ |
¡ |
¡ |
¡ |
· |
· |
· |
|
|
|
Accents & Currency
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
¨ |
¨ |
¨ |
´ |
´ |
´ |
¸ |
¸ |
¸ |
ˆ |
ˆ |
ˆ |
˜ |
˜ |
˜ |
¢ |
¢ |
¢ |
£ |
£ |
£ |
¤ |
¤ |
¤ |
¥ |
¥ |
¥ |
€ |
€ |
€ |
Common Symbols
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
† |
† |
† |
‡ |
‡ |
‡ |
™ |
™ |
™ |
© |
© |
© |
® |
® |
® |
§ |
§ |
§ |
¶ |
¶ |
¶ |
° |
° |
° |
µ |
µ |
µ |
◊ |
◊ |
◊ |
♠ |
♠ |
♠ |
♣ |
♣ |
♣ |
♥ |
♥ |
♥ |
♦ |
♦ |
♦ |
Small Characters
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
ª |
ª |
ª |
º |
º |
º |
² |
² |
² |
³ |
³ |
³ |
¹ |
¹ |
¹ |
¼ |
¼ |
¼ |
½ |
½ |
½ |
¾ |
¾ |
¾ |
Mathematical Symbols
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
− |
− |
− |
× |
× |
× |
÷ |
÷ |
÷ |
⁄ |
⁄ |
⁄ |
∩ |
∩ |
∩ |
∪ |
∪ |
∪ |
⊂ |
⊂ |
⊂ |
⊃ |
⊃ |
⊃ |
⊄ |
⊄ |
⊄ |
⊆ |
⊆ |
⊆ |
⊇ |
⊇ |
⊇ |
∈ |
∈ |
∈ |
∉ |
∉ |
∉ |
∋ |
∋ |
∋ |
∧ |
∧ |
∧ |
∨ |
∨ |
∨ |
⊕ |
⊕ |
⊕ |
⊗ |
⊗ |
⊗ |
≅ |
≅ |
≅ |
≈ |
≈ |
≈ |
∼ |
∼ |
∼ |
≡ |
≡ |
≡ |
≠ |
≠ |
≠ |
≤ |
≤ |
≤ |
≥ |
≥ |
≥ |
∝ |
∝ |
∝ |
⊥ |
⊥ |
⊥ |
∀ |
∀ |
∀ |
∂ |
∂ |
∂ |
∃ |
∃ |
∃ |
∅ |
∅ |
∅ |
∇ |
∇ |
∇ |
∏ |
∏ |
∏ |
∑ |
∑ |
∑ |
√ |
√ |
√ |
∫ |
∫ |
∫ |
∞ |
∞ |
∞ |
∠ |
∠ |
∠ |
∴ |
∴ |
∴ |
ℑ |
ℑ |
ℑ |
℘ |
℘ |
℘ |
ℜ |
ℜ |
ℜ |
ℵ |
ℵ |
ℵ |
± |
± |
± |
¬ |
¬ |
¬ |
|
|
|
Miscelleaneous
Entity |
Entity Name |
Entity Number |
Entity |
Entity Name |
Entity Number |
• |
• |
• |
¦ |
¦ |
¦ |
┌ |
|
┌ |
┐ |
|
┐ |
└ |
|
└ |
┘ |
|
┘ |
├ |
|
├ |
┤ |
|
┤ |
┬ |
|
┬ |
┴ |
|
┴ |
┼ |
|
┼ |
■ |
|
■ |
► |
|
► |
◄ |
|
◄ |
◘ |
|
◘ |
☺ |
|
☺ |
♀ |
|
♀ |
♂ |
|
♂ |
The space characters have been underlined in red to make them visible.