3
Answers

How to Unicode To display Emoji in Label text?

Ask a question
Hello...
 
I have string with some emojis in it,
I want to display emojis in label.
Please help me.
 
Ex : 
 
string str="Hi \ud83d\ude0d";
 
where \ud83d\ude0d  is emoji which want to display emoji simbol in label text.
 
Thank You
(Ravi D. Sangtani)

Answers (3)