🔡
Unicode Escape / Unescape
Convert text to Unicode escape sequences (\uXXXX) or back.
encoder
API: POST /api/tools/unicode-escape
Input
Result
🔌 API Usage
POST /api/tools/unicode-escape
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "escape"
}
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "escape"
}