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 "
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 "