I don’t really know much Python but it works for me when I use U000
in front of the code.
print('\U0001f311')
print('\U0001F313')
I think for Python 2 you need an u
in front of the escape \
as well.
I don’t really know much Python but it works for me when I use U000
in front of the code.
print('\U0001f311')
print('\U0001F313')
I think for Python 2 you need an u
in front of the escape \
as well.