What is HTML Entity Quick Reference?
HTML entities let you display special characters that either have meaning in HTML markup, such as < and &, or characters that are hard to type directly on a keyboard, such as em-dashes, copyright symbols, and accented letters. Beginners often search for these symbols by name or by visual appearance. This reference puts the most frequently used HTML entities in one categorized table with their entity name, decimal code, and rendered character, so you can find and copy the entity you need without leaving your text editor.
Quick answer
A categorized reference of common HTML entities with entity names, decimal codes, and rendered characters. Browse or search the table, then click any entity to copy it and paste it into your HTML.
Limitations
- This is a static reference list of the most commonly used entities. It does not include every Unicode entity or every named character reference defined in the HTML specification.
- Some newer HTML entities added in HTML5.2 and later may not appear in this list. For complete coverage, consult the official HTML entity reference.
- Decimal and hexadecimal numeric references are not listed. This reference covers named entities only.
How to use this tool
- Browse the categorized list of entities or type in the search field to filter by name or character.
- Click any entity row to copy the entity name, such as —, to your clipboard.
- Paste the entity into your HTML wherever the special character should appear.
- Use the character preview column to confirm what the entity will look like when rendered in a browser.
What you can use it for
- Find the correct dash or quote character for typographically correct web content.
- Copy the copyright, registered, or trademark symbol for a page footer.
- Look up arrow and math entities for technical documentation and code examples.