🔡

Unicode Escape / Unescape

Convert text to Unicode escape sequences (\uXXXX) or back.

encoder API: POST /api/tools/unicode-escape

Input

🔌 API Usage

POST /api/tools/unicode-escape
Content-Type: application/json

// Example body:
{
  "text": "",
  "mode": "escape"
}