I have a string that prints out like this
print a \\u4f53\\u91cd\\u8a08
I am using eclipse and the console can print unicode characters, I have
Decode using the unicode-escape codec.
unicode-escape
>>> print '\\u4f53\\u91cd\\u8a08'.decode('unicode-escape') 体重計
Or if what you have is actually a JSON fragment, decode as JSON.
>>> print json.loads('"\\u4f53\\u91cd\\u8a08"') 体重計