I\'m attempting to display some text in my program using (say) Windows GDI and some of the unicode characters are displayed as boxes? What is up?
See also: What does
Usually, that means that the unicode character specified isn't available in that particular font. Try changing fonts to one of the multinational ones, it should go away.