Unicode 转换

在中文和 Unicode 字符之间进行双向转换,以方便进行字符处理

Unicode 格式示例:

中文转 Unicode: 你好 → \u4f60\u597d
Unicode 转中文: \u4f60\u597d → 你好
支持的格式: \uXXXX, &#xXXXX;, &#XXXXX;