0

I want to extract all the emoji from a given sentence and want to change the emoji to their respective unicode. How would it be possible in python?

For example, a given sentence might be: sentence = "happy .well done "

Noctis Skytower
  • 21,433
  • 16
  • 79
  • 117

1 Answers1

0

I know that it might be late but this answer might be useful for you:

https://stackoverflow.com/a/43146653

Maged Saeed
  • 1,784
  • 2
  • 16
  • 35