How to use
Convert between text and \uXXXX Unicode escape sequences.
Turn text into `\uXXXX` form for source files, config, or test data that only accept ASCII, or turn unreadable escapes in existing code back into text. Astral characters such as emoji are emitted as two surrogate pairs and round-trip exactly.