HTML Entity Reference Lookup
Look up named HTML entities (©, ™, ).
HTML Link & Heading Extractor
About HTML Entity Reference Lookup
The HTML Entity Reference & Special Character Lookup Studio provides instant search across 2,000+ named HTML entities (`©`, `€`, `—`, ` `), decimal codes (`©`), hexadecimal codes (`©`), and Unicode code points (`U+00A9`).
How to Use HTML Entity Reference Lookup
Step 1
Type a keyword, symbol name, or paste a special character into the search box.
Step 2
Browse matching entities in the instant filter table.
Step 3
Click "Copy Entity" or "Copy Unicode" on any table row.
Practical Use Cases for HTML Entity Reference Lookup
Finding HTML Entities for Special Symbols and Typography
Search entities by name, symbol, or keyword (e.g. copyright, arrows, math symbols, Greek letters, currency) to paste into HTML code.
Encoding Unsafe Characters to Prevent XSS and Broken Layouts
Look up decimal and named escape codes for `<`, `>`, `&`, `"`, and `'` to safely render dynamic user content.
Input & Output Examples
Looking Up Copyright Symbol
Search: "copyright"
Character: `©` | Named: `©` | Decimal: `©` | Hex: `©` | Unicode: `U+00A9`
Key Features & Performance
- ✓Comprehensive catalog of 2,000+ HTML5 named entities, Latin, Greek, Math, Arrows, and Currency symbols.
- ✓Instant search by symbol character, named entity, description keyword, or Unicode code point.
- ✓One-click copy for Named (`©`), Decimal (`©`), Hex (`©`), and Raw Character (`©`).
- ✓100% Client-Side memory execution.
- ✓1-Click Copy entity snippet.
Key Terminology & Definitions
Named HTML Entity
An ampersand-prefixed character reference (e.g. `&`) used in HTML to represent reserved or non-ASCII characters.
Numeric Character Reference (NCR)
A decimal (` `) or hexadecimal (` `) code representing a specific Unicode code point in HTML.
