<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&nbsp;\u{F3A4} and&nbsp;\u{F3B5} print question mark instead. They begin with number “F”. Whereas the emojis beginning&nbsp;with non-F number render just fine. Is there any way to fix it?&nbsp;</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&nbsp;\u{F3A4} to&nbsp;\u{1F3A4}&nbsp;instead, it renders correctly. So I tried the old-school way of traversing&nbsp;the characters and putting 1 before F but I can’t&nbsp;because str.debugDescription.characters only gives me 1 character and nothing to split on.&nbsp;</font></div><div class=""><font face="Andale Mono" class=""><br class=""></font></div><div class=""><font face="Andale Mono" class="">Any idea&nbsp;what do I do to simply render these emojis?</font></div><div class=""><font face="Andale Mono" class=""><br class=""></font></div></body></html>