HTML Character Entity Finder
Find and copy HTML character entities
| Char | HTML Entity | Code | Description | |
|---|---|---|---|---|
| & | & | & | Ampersand | |
| < | < | < | Less than | |
| > | > | > | Greater than | |
| " | " | " | Quotation mark | |
| ' | ' | ' | Apostrophe | |
| |   | Non-breaking space | ||
| © | © | © | Copyright | |
| ® | ® | ® | Registered | |
| ™ | ™ | ™ | Trademark | |
| € | € | € | Euro | |
| £ | £ | £ | Pound | |
| ¥ | ¥ | ¥ | Yen | |
| ¢ | ¢ | ¢ | Cent | |
| ° | ° | ° | Degree | |
| ± | ± | ± | Plus-minus | |
| × | × | × | Multiplication | |
| ÷ | ÷ | ÷ | Division | |
| → | → | → | Right arrow | |
| ← | ← | ← | Left arrow | |
| ↑ | ↑ | ↑ | Up arrow | |
| ↓ | ↓ | ↓ | Down arrow | |
| ♥ | ♥ | ♥ | Heart | |
| ♠ | ♠ | ♠ | Spade | |
| ♦ | ♦ | ♦ | Diamond | |
| ♣ | ♣ | ♣ | Club | |
| ★ | ★ | ★ | Star filled | |
| ☆ | ☆ | ☆ | Star outline | |
| ✓ | ✓ | ✓ | Check mark | |
| ✗ | ✗ | ✗ | Cross mark | |
| ∞ | ∞ | ∞ | Infinity | |
| π | π | π | Pi | |
| √ | √ | √ | Square root | |
| ≠ | ≠ | ≠ | Not equal | |
| ≤ | ≤ | ≤ | Less or equal | |
| ≥ | ≥ | ≥ | Greater or equal | |
| … | … | … | Ellipsis | |
| — | — | — | Em dash | |
| – | – | – | En dash | |
| • | • | • | Bullet | |
| § | § | § | Section |
40 entities shown
About HTML Character Entity Finder
Browse and search 40+ HTML character entities. Find symbols, arrows, math operators, and special characters with their HTML entity names and codes.
How to Use
- 1Search by character, name, or description
- 2Click the copy button to copy the character or entity
- 3Paste into your HTML code
Frequently Asked Questions
What are HTML entities?
HTML entities are special codes used to display reserved or special characters in HTML documents.
How do I use an entity?
Copy the entity name (like &) or numeric code (like &) and paste it into your HTML.