HTML Entities Reference
Searchable HTML entities table
HTML Entities Reference is a free online tool from BrowserUtils that searchable html entities table. It runs entirely in your browser — your data never leaves your device. No account required.
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
How to use HTML Entities Reference
- 1 Paste or type your input into the editor above.
- 2 The tool processes your data instantly — right in your browser, with nothing sent to a server.
- 3 Copy the result with one click or continue editing your input.
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.
HTML Entities Reference specs
- Runtime
- 100% client-side (browser)
- Cost
- Free — no account, no rate limits, no usage caps
- Browser support
- Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
- Part of
- 299 developer tools on BrowserUtils (100% client-side)
Questions
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.
What is the difference between named and numeric HTML entities?
Named entities use a descriptive label like & or ©. Numeric entities use the Unicode code point in decimal (©) or hex (©) form. Named entities are easier to read, but numeric entities can represent any Unicode character.
How do I type an HTML entity for a non-breaking space?
Use or   to insert a non-breaking space. It prevents line breaks between two words and is commonly used to add extra spacing in HTML where multiple regular spaces would be collapsed.
Is this HTML entities reference available offline?
Yes. The entire reference table loads in your browser on first visit. All searching and filtering happens client-side with no server requests required.
Comments
Related tools
More Developer Reference
ASCII TableRegex CheatsheetCSS Selectors ReferenceHTML Color NamesKeyboard KeycodesUnicode TableHTML Tags ReferenceCSS Units Reference
View all Developer Reference tools
Comments