Some Unicode Character appear as blank square box

Some Unicode characters example ⽭⽮⽯⽱糸⽹ the characters when draw this character using TextStamp aspose appear as blank square box
i tried the font (Arial Unicode MS) and MSGothic
textStamp.TextState.Font = FontRepository.FindFont(“Arial Unicode MS”);

@AnwaarZahran

Can you please share the source code and output PDF file so that we may try to reproduce the same on our end.

@mudassir.fayyaz
Thank u for your reply
I solved it by knowing the font that supports these characters.
then using it
textStamp.TextState.Font = FontRepository.FindFont(“Microsoft YaHei”);
after using this font all character appear on the document normal

@AnwaarZahran

It’s good to know that it is working on your end.

1 Like