I am trying to print a string with the unicode characters "\u65e5\u672c\u8a9e\u6587\u5b57\u5217
"
How can I print the same? Java converts the above string into non-readable format, as if it is using its default character conversion for unicode. How can I avoid it from happening?
I am running it on OS X.
Edit1: Please provide a solution without adding backslash