HTML Entities
4 min read
HTML entities encode special characters that have meaning in HTML markup. Use & for &, < for <, > for >, and for a non-breaking space. Always encode these when displaying them as content.
HTML Entities
& → &
< → <
> → >
" → "
' → '
→ non-breaking space
© → ©
® → ®
™ → ™
— → —
– → –
€ → €