I am receiving the string @"\\U0001F603"
from an API, which is the Unicode code point for the emoji .
I want to display it using an UILabel
's text
property. If I directly set it, it shows \U0001F603
instead of the actual emoji.
How can I display the emoji at the received Unicode code point?