HTML Entity Reference

Complete list of HTML entities with instant search, category filtering, and one-click copy.

Instant Search

Filter 200+ entities by name, character, numeric code, or description in real time.

One-Click Copy

Click any code format — named, numeric, or hex — to copy it straight to your clipboard.

Category Tabs

Browse entities organized by category: Letters, Math, Arrows, Currency, Symbols, and more.

Recent History

Your most-used entities are saved locally so you can find them again instantly.

Frequently Asked Questions

What is an HTML entity?

An HTML entity is a piece of text that begins with an ampersand (&) and ends with a semicolon (;). Browsers interpret entities as special characters that may otherwise be difficult to type or would conflict with HTML syntax.

When should I use named vs numeric entities?

Named entities (like &) are more readable and preferred for common characters. Numeric entities (&) work for any Unicode character, including those without a named equivalent. Both produce identical output.

Do HTML entities work in email templates?

Yes. HTML entities are widely supported in email clients. Using numeric or named entities for special characters ensures consistent rendering across Outlook, Gmail, Apple Mail, and other clients.

Get Entity Updates

Subscribe to receive tips about HTML, CSS, and web development.