{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.246Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"unicode-to-text","name":"Unicode Escapes to Text","description":"Decode mixed Unicode escapes (U+XXXX, \\uXXXX, \\u{XXXXX}, \\xHH, &#XXXX;, %uXXXX) back to plain text.","longDescription":"Paste any text with Unicode escape sequences sprinkled in — JavaScript / Java / JSON \\uXXXX, ES2015 \\u{XXXXX}, single-byte \\xHH, HTML &#NNN; and &#xHHHH; entities, U+XXXX UCS notation, or legacy %uXXXX — and the tool decodes every occurrence in one pass. Literal characters around the escapes are left untouched. Surrogate pairs in \\uXXXX form combine automatically into the supplementary code point they represent. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["unicode to text","unicode escape decoder","decode \\u","decode u+","decode html entity","javascript unicode decode","convert unicode to text","decode unicode escape","unescape unicode","\\uXXXX decoder","unicode escape parser","unicode to text online","\\x escape decoder"],"badge":"Decoder","url":"https://toolsly.tools/unicode-to-text","inputs":[{"type":"text","key":"text","label":"Text with escapes","placeholder":"Hello \\u0041 U+0042 &#67;","multiline":true,"monospace":true,"help":"Recognised forms: U+XXXX, \\uXXXX, \\u{XXXXX}, \\xHH, &#NNN;, &#xHHHH;, %uXXXX."}],"outputs":[{"key":"text","label":"Decoded text","multiline":true}],"invocation":{"webUi":"https://toolsly.tools/unicode-to-text","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}