HTML Entities Reference
// Searchable HTML entities table
NAMENUMBERCHARDESCRIPTION
&&&Ampersand
<<<Less than
>>>Greater than
"""Double quotation mark
'''Apostrophe
NAMENUMBERCHARDESCRIPTION
  Non-breaking space
   En space
   Em space
   Thin space
­­Soft hyphen
‍‍Zero-width joiner
‌‌Zero-width non-joiner
‎‎Left-to-right mark
‏‏Right-to-left mark
NAMENUMBERCHARDESCRIPTION
–––En dash
———Em dash
‘‘‘Left single quotation
’’’Right single quotation
“““Left double quotation
”””Right double quotation
•••Bullet
………Horizontal ellipsis
′′′Prime (minutes/feet)
″″″Double prime (seconds/inches)
«««Left angle quotation
»»»Right angle quotation
¡¡¡Inverted exclamation
¿¿¿Inverted question mark
†††Dagger
‡‡‡Double dagger
NAMENUMBERCHARDESCRIPTION
¢¢¢Cent sign
£££Pound sign
¥¥¥Yen sign
€€€Euro sign
¤¤¤Currency sign
ƒƒƒFlorin sign
NAMENUMBERCHARDESCRIPTION
+++Plus sign
−−−Minus sign
×××Multiplication sign
÷÷÷Division sign
===Equals sign
≠≠≠Not equal to
≤≤≤Less than or equal
≥≥≥Greater than or equal
±±±Plus-minus sign
½½½One half
¼¼¼One quarter
¾¾¾Three quarters
²²²Superscript two
³³³Superscript three
√√√Square root
∞∞∞Infinity
∑∑∑Summation
∏∏∏Product
∫∫∫Integral
∂∂∂Partial differential
∇∇∇Nabla
‰‰‰Per mille sign
°°°Degree sign
µµµMicro sign
NAMENUMBERCHARDESCRIPTION
←←←Left arrow
↑↑↑Up arrow
→→→Right arrow
↓↓↓Down arrow
↔↔↔Left-right arrow
⇐⇐⇐Left double arrow
⇒⇒⇒Right double arrow
⇑⇑⇑Up double arrow
⇓⇓⇓Down double arrow
⇔⇔⇔Left-right double arrow
NAMENUMBERCHARDESCRIPTION
©©©Copyright sign
®®®Registered sign
™™™Trademark sign
§§§Section sign
¶¶¶Paragraph sign
···Middle dot
ªªªFeminine ordinal
ºººMasculine ordinal
◊◊◊Lozenge
♠♠♠Spade suit
♣♣♣Club suit
♥♥♥Heart suit
♦♦♦Diamond suit
#About HTML Entities Reference
Free online HTML entities reference. Browse and search HTML character entities by name, number, or character. Includes all standard HTML entities. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.
#FAQ
What are HTML entities? ▾
HTML entities are special codes used to display reserved or special characters in HTML. They start with & and end with ;. For example, < displays as < and & displays as &.
When should I use HTML entities? ▾
Use HTML entities for characters that have special meaning in HTML (like <, >, &, and "), for characters not easily typed on a keyboard, and for special symbols like copyright (©), trademark (™), and mathematical operators.
</> Embed this tool ▾
Copy this code to embed the tool on your website. Adjust the height to fit your layout.
<iframe src="https://www.browserutils.dev/embed/html-entities-reference" width="100%" height="500" frameborder="0" title="HTML Entities Reference"></iframe>