I already found that in C# you just simply set mybutton.Text = "\U0001F4E9"; and you get an emoji as text of a button. However, in XAML, by setting Text="\U0001F4E9" property doesn't work. Is there a way to set an emoji as text in XAML?
↧
I already found that in C# you just simply set mybutton.Text = "\U0001F4E9"; and you get an emoji as text of a button. However, in XAML, by setting Text="\U0001F4E9" property doesn't work. Is there a way to set an emoji as text in XAML?