Hi,
I want to handle emoji for 3 points.
1- Represent Emoji: I have functionality where user enter in Entry
(textbox) and I show it in Label
. Currently I use Label
control to display text. I want to show Emoji selected by user in Label
. If I try to show that emoji in label, it shows ??
. Do I need to set any property to represent symbol or I need to change control? If I need to change control, which control I should use.
2- Pass Emoji in API: I want to save user entered text. Currently I only save text to database using API. I want to save emoji but I don't know how to get encoded character of emoji. Please note that I will get saved text from API to display in label. So, I must be able to get it from API and represent it.
Please suggest. Thank you