Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    Browsers - maybe. But not Visual Studio. I also tried, in charmap, some other fonts I have which are known to support well unicode. Lots of characters are still missing. Commented Jan 1, 2012 at 11:48
  • Recent versions of Visual Studio uses Uniscribe, too... I tested with dejavu-fonts.org/wiki/Main_Page DejaVu Sans (free font), and it shows in the charmap on XP. Maybe you can dl that font and test with it too.
    – mihi
    Commented Jan 1, 2012 at 11:59
  • Segoe UI and Consolas do not contain U+2709, so a program that seems to show it in one of those fonts is just using a substitute font—probably Arial Unicode MS or a DejaVu font. Among fonts that people normally have in their computers, probably no other font contains that character, see fileformat.info/info/unicode/char/2709/fontsupport.htm Commented Jan 17, 2012 at 22:34
  • that's expected. No single font contains all possible characters for Unicode, so the renderer has to do font substitution
    – phuclv
    Commented Jul 3, 2018 at 10:20