Free online tools to generate, calculate,
convert, format, encode, and play.
 

HTML Entity Reference

Browse and search all named HTML entities. Click any entity name to copy it to your clipboard.


Copied!

How It Works

HTML entities are special sequences that represent characters which are reserved in HTML or not easily typed on a keyboard. They begin with an ampersand (&) and end with a semicolon (;).

Three Ways to Write Entities
  • Named: © — Human-readable, easier to remember
  • Decimal: © — Uses the Unicode decimal code point
  • Hexadecimal: © — Uses the Unicode hex code point

All three forms produce the same result: ©. Named entities are preferred for readability, but numeric forms work for any Unicode character.

When to Use HTML Entities
  • Reserved characters: <, >, & must be escaped in HTML to avoid being interpreted as markup
  • Special symbols: Copyright (©), trademark (™), currency signs (€) that may not be on your keyboard
  • Non-breaking spaces: &nbsp; prevents a line break between two words
  • Mathematical notation: Operators like ±, ×, ÷, ≠ for formulas in HTML
Tip: Click any entity name in the table to copy it to your clipboard, ready to paste into your HTML.

Embed This Util

You can embed this util on your own site as a widget. Adding ?embed=1 to the URL loads a compact version with just the tool itself; no header, menu, or documentation. Paste this snippet into your HTML:


    

Copy snippet Adjust the height to taste.



Feedback

Help us improve this page by providing feedback, and include your name/email if you want us to reach back. Thank you in advance.


Share with