I'm dealing with a small project, I decided to add emoji to make the visual a little better, but I couldn't send it. I tried Unicodes like "\U000203C" or even tried to copy the emoji and past it but still can't do it. Is there any way that I can send emoji?
Unicode
exchange_msg = "TRY TO USD: "+ USDTORTY, "PERCANTAGE: " + USDTORTYPERCENTAGE + u'\U000203C'
update.message.reply_text(exchange_msg)
Copy-Paste
exchange_msg = "TRY TO USD: "+ USDTORTY, "PERCANTAGE: " + USDTORTYPERCENTAGE + u'π¨'
update.message.reply_text(exchange_msg)
The outputs of the codes I tried are as follows below.
["TRY TO USD: 7.8645", "PERCANTAGE: -0.0151 (-0.19%)\ud83d\udea8"]