Category: Developer tools
HTML Entity Table
Look up named HTML character entities and copy their code
Search a reference table of common named HTML character entities like &, © and …, and copy the entity name, decimal code or hex code with one click. Runs entirely in your browser.
72 entities
| Entity | Character | Decimal | Hex | |
|---|---|---|---|---|
| " | " | " | " | |
| ' | ' | ' | ' | |
| & | & | & | & | |
| < | < | < | < | |
| > | > | > | > | |
| |   |   | ||
| ¡ | ¡ | ¡ | ¡ | |
| ¢ | ¢ | ¢ | ¢ | |
| £ | £ | £ | £ | |
| ¤ | ¤ | ¤ | ¤ | |
| ¥ | ¥ | ¥ | ¥ | |
| § | § | § | § | |
| © | © | © | © | |
| ª | ª | ª | ª | |
| « | « | « | « | |
| ® | ® | ® | ® | |
| ° | ° | ° | ° | |
| ± | ± | ± | ± | |
| ² | ² | ² | ² | |
| ³ | ³ | ³ | ³ | |
| µ | µ | µ | µ | |
| ¶ | ¶ | ¶ | ¶ | |
| · | · | · | · | |
| ¹ | ¹ | ¹ | ¹ | |
| º | º | º | º | |
| » | » | » | » | |
| ¼ | ¼ | ¼ | ¼ | |
| ½ | ½ | ½ | ½ | |
| ¾ | ¾ | ¾ | ¾ | |
| ¿ | ¿ | ¿ | ¿ | |
| × | × | × | × | |
| ÷ | ÷ | ÷ | ÷ | |
| € | € | € | € | |
| ™ | ™ | ™ | ™ | |
|   |   |   | ||
|   |   |   | ||
|   |   |   | ||
| – | – | – | – | |
| — | — | — | — | |
| ‘ | ‘ | ‘ | ‘ | |
| ’ | ’ | ’ | ’ | |
| ‚ | ‚ | ‚ | ‚ | |
| “ | “ | “ | “ | |
| ” | ” | ” | ” | |
| „ | „ | „ | „ | |
| † | † | † | † | |
| ‡ | ‡ | ‡ | ‡ | |
| • | • | • | • | |
| … | … | … | … | |
| ‰ | ‰ | ‰ | ‰ | |
| ′ | ′ | ′ | ′ | |
| ″ | ″ | ″ | ″ | |
| ← | ← | ← | ← | |
| ↑ | ↑ | ↑ | ↑ | |
| → | → | → | → | |
| ↓ | ↓ | ↓ | ↓ | |
| ↔ | ↔ | ↔ | ↔ | |
| ♠ | ♠ | ♠ | ♠ | |
| ♣ | ♣ | ♣ | ♣ | |
| ♥ | ♥ | ♥ | ♥ | |
| ♦ | ♦ | ♦ | ♦ | |
| ∞ | ∞ | ∞ | ∞ | |
| ≠ | ≠ | ≠ | ≠ | |
| ≤ | ≤ | ≤ | ≤ | |
| ≥ | ≥ | ≥ | ≥ | |
| α | α | α | α | |
| β | β | β | β | |
| γ | γ | γ | γ | |
| δ | δ | δ | δ | |
| π | π | π | π | |
| σ | σ | σ | σ | |
| ω | ω | ω | ω |
Everything on this page is processed in your browser. Nothing is uploaded.
What this tool does
A named HTML entity such as & or © is a safe way to write a special character in markup without it being mistaken for a tag or being mangled by an editor. This table lists the entities used most often in real pages, each shown alongside its rendered character, its decimal numeric reference and its hexadecimal numeric reference, so you can search by name or paste the character itself to find the code you need.
How to use it
- Type part of an entity name, or paste the character you're looking for.
- Scan the matching rows for the character, decimal code and hex code.
- Copy the entity you need with the copy button on its row.
Privacy
This tool runs entirely in your browser. Your input is never uploaded, stored or shared — closing the tab removes it.
Frequently asked questions
- What's the difference between © and ©?
- They render the same character. © is the named entity, easier to read in source; © is the decimal numeric reference for the same code point, and © is the hexadecimal form. All three work in HTML.
- Why would I use a numeric reference instead of a name?
- Not every Unicode character has a named entity, but every character has a numeric code point, so the numeric form covers characters the short named list doesn't.
- Is my search sent anywhere?
- No. The table is built into the page and searched locally in your browser.