Convert 1 form of emoticon in other form

45 views Asked by At

I am extracting a tweet from twitter which has an emoticon in it using python and storing it in csv file. The emoticon is represented in "\ud83d\ude01" form. I want to convert it into Unicode format (U+1F603), how to convert it??

Thanks for your help in advance.

0

There are 0 answers