HTML Escape / Unescape
Convert special characters to HTML entities and back.
How HTML Escape / Unescape Works
Prevent XSS attacks or fix display issues by converting special characters (like <, >, &, ") into their corresponding HTML entities (e.g. <, >).