About Hexadecimal Character Codes in Java Unicode
Hexadecimal Character Codes in Java Unicode- All spaces, punctuation, accented characters, and any other non-ASCII characters are replaced with \unn; in Java Unicode format encoding, where nn is equivalent to the hexadecimal number representing the character.