HTML Entities Cheat Sheet
Print
Entities
Arrows
←Left arrow // ← Documentation
→Right arrow // → Documentation
↑Up arrow // ↑ Documentation
↓Down arrow // ↓ Documentation
↖Northwest arrow // ↖ Documentation
↗Northeast arrow // ↗ Documentation
↘Southeast arrow // ↘ Documentation
↙Southwest arrow // ↙ Documentation
↔Left-right arrow // ↔ Documentation
Generally useful
⊘Ban \2298 // :before { content: '⊘'; } Documentation
∅Empty // ∅ Documentation
×Times // × Documentation
✗Cross mark // ✗ Documentation
✓Check mark // ✓ Documentation
★Star filled // ★ Documentation
☆Star // ☆ Documentation
☑Checked square // ✓ Documentation
☒Crossed square // &crossmark; Documentation
©Copyright // © Documentation
Punctuation & dashes
–En dash // – Documentation
—Em dash // — Documentation
…Ellipsis // … Documentation
‘Single quote left // ‘ Documentation
’Single quote right // ’ Documentation
“Double quote left // “ Documentation
’Double quote right // ” Documentation
•Bullet // • Documentation
&Ampersand // & Documentation
Spacing
 Hair space // content: '\200A' Documentation
 Thin space // content: '\2009' Documentation
None breaking space // Documentation
 Punctuation space // Documentation
 En-space // content: '\2002' Documentation
 Figure space // Documentation
 Em-space // content: '\2003' Documentation