May 19, 2015

Unicode Character at console (using python)

Have Unicode fun at the console with:
$ python -c 'for c in range(0x1F410, 0x1F4f0): print (r"\U%08x"%c).decode("unicode-escape"),'

Unicode at console