HTML Entity Reference
A quick-reference table of common HTML character entities. Look up and copy the named, decimal and hexadecimal codes for special characters (non-breaking space, copyright sign, Greek letters) to avoid markup conflicts.
Tool Guide
Introduction to the HTML Character Entity Reference
The HTML Character Entity Reference compiles the HTML character entities commonly used in web development, including: common escape characters (such as <, >, &, " etc.), special punctuation marks (such as ©, ®, ™, … etc.),
mathematical symbols (such as ≤, ≥, ≠, ± etc.), and currency symbols (such as ¥, €, £, ¢ etc.).
This tool supports click-to-copy of characters, letting you grab entity codes with one click—convenient for HTML pages, blogs, development documentation, editor input, and more.
Frequently Asked Questions About Common Special Character Codes (FAQ)
What is an HTML character entity?
HTML character entities are used to represent certain special characters in web pages, avoiding conflicts with HTML tag syntax—for example, using &lt; instead of <.
Can all entities be used directly?
The vast majority of modern browsers support common entities. For some rare symbols, it is recommended to use the &#number; Unicode encoding method for better compatibility.
Does clicking copy automatically?
Yes. Click a character or code in the table to automatically copy it to the clipboard for quick pasting.
Does it include all HTML entities?
This page already includes the most commonly used HTML entity symbols and some extended symbols. For the complete specification, refer to the official W3C documentation.
Can it look up an entity name from a character?
Currently it displays in one direction only. If you need a "character → entity name" feature, you can use our other tool: the HTML String to Entity Converter.
Related Tools
Emoji Reference
Complete emoji reference with online lookup and copy functionality.
Special Symbols
Collection of special symbols including emoji, math symbols, arrows and special text.
HTML Color Code Table
Common HTML color code table for web development with HEX/RGB values and preview.
ASCII Table
Complete ASCII code table with control characters, printable characters and extended ASCII codes.
MIME Type Reference
A comprehensive MIME type (Multipurpose Internet Mail Extensions) reference. Look up the standard Content-Type for any file extension (.json, .pdf, .mp4) along with its transfer format.
Font Awesome Icon Gallery
Complete Font Awesome 4.7.0 icon library and Unicode reference — essential for frontend development.