I am trying to pull an JSON file from the backend containing unicodes for emoji. These are not the legacy unicodes (example: ue415), but rather unicodes that work cross platform (example: U0001F604).
Here is a sample piece of the json getting pulled:
[
{
"unicode": "U0001F601",
"meaning": "Argh!"
},
{
"unicode": "U0001F602",
"meaning": "Laughing so hard"
}
]
I am having difficulty converting these strings into unicodes that will display as emoji within the app.
Any help is greatly appreciated!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…