Convert between Unicode escape and unescape.
Convert text to unicode code points.
For example, Hello
will be converted to \u0048\u0065\u006c\u006c\u006f
.
Convert unicode code points to text.
For example, \u0048\u0065\u006c\u006c\u006f
will be converted to Hello
.