๐Ÿ”ค HTML Tool

HTML Escape
& Unescape

Escape HTML special characters to entities for safe display in HTML source code, or decode HTML entities back to readable characters.

Escape & unescape modes
Named, numeric & hex entities
Entity reference table
Conversion stats
Input HTML
Escaped Output
๐Ÿ“‹ HTML Entity Reference
CharNamedNumericHexCopy
& & & &
< &lt; < <
> &gt; > >
" &quot; " "
' &apos; ' '
ยฉ &copy; © ©
ยฎ &reg; ® ®
โ„ข &trade;
โ‚ฌ &euro;
ยฃ &pound; £ £
ยฅ &yen; ¥ ¥
รท &divide; ÷ ÷
ร— &times; × ×
ยฑ &plusmn; ± ±
ยฐ &deg; ° °
โ†’ &rarr;

About this tool

The PixelForge HTML Escape tool converts special characters in text into their HTML entity equivalents. Characters like <, >, &, ' and " have special meaning in HTML and must be escaped before being inserted into HTML documents as text content, attribute values, or code examples. This prevents XSS vulnerabilities and ensures the text renders correctly in all browsers. Simply paste your text and copy the escaped output.

Frequently Asked Questions