Unicode in Python
Incomplete
- http://nedbatchelder.com/text/unipain.html
- http://docs.python.org/3/howto/unicode.html#reading-and-writing-unicode-data
- Mojibake
- Bush hid the facts
- Miscellaneous symbols
Strange symbols
print(chr(246), chr(9786), chr(9787)) print(chr(0x2620), chr(0x2603), chr(0x1f4a9))