HTML Special Characters and Symbols Reference
A practical reference for reserved HTML characters, spacing, typography, currency, and arrows.
The easy way to know
A practical reference for reserved HTML characters, spacing, typography, currency, and arrows.
Convert legacy CSV files to UTF-8 while preserving quoted fields and delimiters.
Detect and safely remove a UTF-8 BOM when it breaks headers, JSON, CSV, or scripts.
Understand how the HTTP Content-Type header and HTML meta charset declaration control decoding.
Find Unicode code points correctly in JavaScript, including supplementary characters.
Use named, decimal, and hexadecimal HTML character references correctly.
Diagnose mojibake and align file, HTTP, HTML, database, and connection encodings.
Compare UTF-8, ASCII, ISO-8859-1, and Windows-1252 and choose the safest encoding for new web content.
Last updated: August 27, 2026. Character references represent reserved characters and symbols. Named references use forms such as &; numeric…
Last updated: August 26, 2026. ASCII defines 128 code points. The printable range is decimal 32 through 126; HTML documents…