Skip to content We're live on Product Hunt today Upvote
install

free tools runs in this tab no account, no upload

free tool

HTML entities

How do I escape this so the browser prints it instead of parsing it?

The five characters that have to be escaped, the named entities worth knowing, and everything above ASCII as a numeric reference. Both directions, computed here.

14 escaped The five markup characters, the named entities above, and every code point past ASCII.

how to use it

  1. Pick a direction and paste the text.
  2. Read the result; the five markup characters are escaped first, then anything above ASCII.
  3. The rows underneath name the characters that were actually changed.

what this page cannot do

The extension reads the markup a page really served, before and after the framework touched it, which is how you find the entity that was double-escaped somewhere in the pipeline.

Page source in the panel How do I read the rendered DOM rather than the served HTML?