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