Here\'s a little program:
#!/usr/bin/env python # -*- encoding: utf-8 -*- print(\'abcd kΩ ☠ °C √Hz µF ü ☃ ♥\') print(u\'abcd kΩ ☠ °C √Hz µF ü ☃ ♥\')
Unicode output from Python to the Windows console just doesn't work. Python can't be persuaded to emit the native Windows encoding which expects wide characters and UCS2.