Recently I've noticed that on-device fonts support emojis (,, ...). Is there a table somewhere, where I can look up which devices supports which emojis?
Also, so far the emojis only show up when received via a JSON and I've been unable to just use them as part of a string inside the app. I've tried "\u2b50" and "" but without success. What format is expected?
Thanks in advance!