What Unicode Code Point Converter does
Convert Unicode text into U+ code-point notation or convert valid Unicode scalar code points back into text.
Input and output contract
Accepts scalar values up to U+10FFFF and rejects surrogate code points in the U+D800–U+DFFF range. Space-separated U+ notation or Unicode text.
Safe workflow
Choose direction and enter text or code points such as U+0041 U+1F600. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
Code-point notation describes characters, not UTF-8/UTF-16 byte encodings. Use a byte-encoding Tool when you need the serialized UTF-8 or UTF-16 representation.