How can I decode the javascript code back to the ghost emoji in python
I tried putting that directly in print, but yeah did not work
tried even:
import emoji
print(emoji.emojize("\uD83D\uDC7B"))
both resulting in:
UnicodeEncodeError: 'utf-8' codec can't encode characters in position 0-1: surrogates not allowed