Unicode escapes

Escape, unescape, and inspect code points

Runs locally
Decoding understands both \uXXXX and \u{XXXXX} forms. Everything runs locally in your browser.
Surrogate pairs stay compatible with JSON and JavaScript strings; code points are easier to read.
Escape scope
0 chars