Here is some Python powered unicode fun (command line oneliner version):

python -c 'for c in range(0x1F410, 0x1F4f0): print (r"\U%08x"%c).decode("unicode-escape"),'

result:

Unicode fun