# xml unescape > Unescape special XML characters, e.g. `<a1>` → ``. > More information: . - Unescape special XML characters from a string: `xml {{[unesc|unescape]}} "{{<a1>}}"` - Unescape special XML characters from `stdin`: `echo "{{<a1>}}" | xml {{[unesc|unescape]}}` - Display help: `xml {{[esc|escape]}} --help`