I'm recieving some JSON data from a webpage. It contains the Unicode for a flag as well as the .png image. I would like to know how to display the emoji unicode in a field (hopefully without the .png!)
Code: Select all
"flag": "https://ipdata.co/flags/de.png"
"emoji_flag": "\ud83c\udde9\ud83c\uddea",
"emoji_unicode": "U+1F1E9 U+1F1EA"
Code: Select all
put numtocodepoint(127465) & numtocodepoint(127466) into fld "Field"