unicode-escapedevencode
Unicode escape/unescape
Escape non-ASCII to \uXXXX / \u{...} and unescape back.
Inputs
Output
(no output yet)
Explanation
Useful when debugging string encoding issues, JSON escapes, or logs that contain Unicode escape sequences.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related