HTML entities
Updated 2026-02-09
Common HTML character entities for symbols, quotes, and special characters. Named and numeric references.
Quotes and symbols
non-breaking space. < < > > & & " " ' '. © © ® ® ™ ™ — em dash – en dash.
Common use
Use entities in HTML when the character is reserved (< > &) or when you need a visible symbol (©, ®). In attributes use " for " and ' for '.