<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><font face="Andale Mono" class="">Hi,</font><div class=""><font face="Andale Mono" class=""><br class=""></font></div><div class=""><font face="Andale Mono" class="">I am having problem with emojis’ rendering. Emojis like \u{F3A4} and \u{F3B5} print question mark instead. They begin with number “F”. Whereas the emojis beginning with non-F number render just fine. Is there any way to fix it? </font></div><div class=""><font face="Andale Mono" class=""><br class=""></font></div><div class=""><font face="Andale Mono" class="">I also noticed that if it make \u{F3A4} to \u{1F3A4} instead, it renders correctly. So I tried the old-school way of traversing the characters and putting 1 before F but I can’t because str.debugDescription.characters only gives me 1 character and nothing to split on. </font></div><div class=""><font face="Andale Mono" class=""><br class=""></font></div><div class=""><font face="Andale Mono" class="">Any idea what do I do to simply render these emojis?</font></div><div class=""><font face="Andale Mono" class=""><br class=""></font></div></body></html>