HTML Special Characters: Complete Reference with Entity Codes
Reference for common HTML special characters: &, <, >, ", ', non-breaking spaces, arrows, currency symbols, and math operators.
Published:
Tags: encoding, html, reference
HTML Special Characters: Complete Reference with Entity Codes Every developer encounters HTML special characters eventually — the copyright symbol in a footer, an em dash in a headline, an arrow in a UI label. This reference covers the most useful ones with their named entities, decimal codes, and hex codes, organized by category. For encoding untrusted content, see the HTML Entities Guide. This article focuses on the reference: which characters exist, what their codes are, and how to use them. The 5 Reserved Characters These characters are structurally significant in HTML. Always encode them when they appear in text content or attribute values. | Character | Name | Named | Decimal | Hex | |-----------|------|-------|---------|-----| | | Ampersand | | | | | | Less-than | | | | | |…
All articles · theproductguy.in