Unicode 转义与反转义
把文本转换为如 \u0041 的 Unicode 转义序列,或反转义还原为字符。
功能特性
\uXXXX format
\UXXXXXXXX format
&#xHHHH; format
&#DDDD; format
使用方法
1. 选择「转义」或「反转义」模式。
2. 把文本粘贴到输入框。
3. 结果显示在右侧 —— 点击「复制」即可。
常见问题
What is Unicode escaping?
Unicode escaping represents characters using their code point values, like \u0041 for 'A'.