HTML Special Characters Reference
Complete reference table for HTML entities and special characters. Find entity names, numeric codes, and descriptions.
Search Characters
Search by character name, symbol, entity, or description
HTML Entities Table
Click on any entity or number to copy it to your clipboard
Character | Name | Entity | Number | Description |
---|---|---|---|---|
< | Less Than | Opening angle bracket | ||
> | Greater Than | Closing angle bracket | ||
& | Ampersand | Ampersand symbol | ||
" | Quotation Mark | Double quote | ||
' | Apostrophe | Single quote/apostrophe | ||
Non-breaking Space | Space that won't break | |||
© | Copyright | Copyright symbol | ||
® | Registered | Registered trademark | ||
™ | Trademark | Trademark symbol | ||
€ | Euro | Euro currency symbol | ||
£ | Pound | Pound sterling symbol | ||
¥ | Yen | Japanese yen symbol | ||
¢ | Cent | Cent symbol | ||
§ | Section | Section symbol | ||
¶ | Paragraph | Pilcrow/paragraph symbol | ||
† | Dagger | Dagger symbol | ||
‡ | Double Dagger | Double dagger symbol | ||
• | Bullet | Bullet point | ||
… | Ellipsis | Horizontal ellipsis | ||
– | En Dash | En dash (medium dash) | ||
— | Em Dash | Em dash (long dash) | ||
' | Left Single Quote | Left single quotation mark | ||
' | Right Single Quote | Right single quotation mark | ||
“ | Left Double Quote | Left double quotation mark | ||
” | Right Double Quote | Right double quotation mark | ||
« | Left Guillemet | Left angle quotation mark | ||
» | Right Guillemet | Right angle quotation mark | ||
¿ | Inverted Question | Inverted question mark | ||
¡ | Inverted Exclamation | Inverted exclamation mark | ||
° | Degree | Degree symbol | ||
± | Plus-Minus | Plus-minus symbol | ||
× | Multiplication | Multiplication sign | ||
÷ | Division | Division sign | ||
½ | One Half | Fraction one half | ||
¼ | One Quarter | Fraction one quarter | ||
¾ | Three Quarters | Fraction three quarters | ||
α | Alpha | Greek lowercase alpha | ||
β | Beta | Greek lowercase beta | ||
γ | Gamma | Greek lowercase gamma | ||
δ | Delta | Greek lowercase delta | ||
π | Pi | Greek lowercase pi | ||
Σ | Sigma | Greek uppercase sigma | ||
Ω | Omega | Greek uppercase omega | ||
∞ | Infinity | Infinity symbol | ||
∑ | Sum | N-ary summation | ||
√ | Square Root | Square root symbol | ||
∆ | Delta | Increment/delta symbol | ||
∂ | Partial | Partial differential | ||
∈ | Element Of | Element of set | ||
∋ | Contains | Contains as member | ||
⊂ | Subset | Subset of | ||
⊃ | Superset | Superset of |
Usage Examples
HTML
<p>Price: €99 & free shipping!</p>
CSS Content
.bullet::before { content: "\2022"; }
JavaScript
document.write("© 2024");
Quick Reference
Most Common Entities:
<
>
&
"
©
Currency Symbols:
€
£
¥
¢
Math Symbols:
×
÷
±
∞