HTML Escape / Unescape
Escape HTML special characters or unescape HTML entities.
HTML Escape converts special characters (&, <, >, ", ') into their HTML entity equivalents so they render as literal text in HTML. Unescape does the reverse.
Frequently Asked Questions
- & → &, < → <, > → >, " → ", and ' → '.
Related Tools
CSS FormatterMinify or beautify CSS stylesheetsJS FormatterMinify or beautify JavaScript codeHTML FormatterBeautify or minify HTML markupHTML StripperRemove all HTML tags to extract plain textHTML EntitiesSearchable reference for all HTML entity codesSQL FormatterBeautify and format SQL queriesXML FormatterFormat, validate, and minify XML documents instantlyYAML ValidatorValidate YAML syntax and preview parsed structure