Hi, does qml  text view support emoji on Sailfish OS? It seems not work on my code.<br><br>This is a sample code for test<br><br>            Label { <br>                x: Theme.paddingLarge<br>                textFormat: Text.StyledText<br>                wrapMode: Text.WrapAtWordBoundaryOrAnywhere<br>                width:Screen.width - Theme.paddingLarge<br>                text: "😃 \uD83D\uDE04<span id="_editor_bookmark_start_34" style="display: none; line-height: 0px;">‍</span>  Hello"<br><br>                //color: Theme.secondaryHighlightColor<br>                font.pixelSize: Theme.fontSizeExtraLarge<br>            }<span id="_editor_bookmark_start_0" style="display: none; line-height: 0px;">‍</span><br><br><br>