I'm getting an the following string from my server "\u{EEEE}
. After parsing the value the backlash is escaped and the string becomes "\\u{EEEE}"
. How do I convert the string back to the icon ?
I tried to just send EEEE
from the server but I haven't been able to interpolate the value into a \u{}
tag.