Why some unicode characters are missing in charmap?

According to Microsoft's Developer Network "Font Technology" page:

Each application and each operating system can define its own fallback font for any Unicode script range. Microsoft makes an effort ensure consistency across its application and products and includes an API (since Windows 8) to provide preferred font fallback recommendations to applications.

And also...

The Noto family of fonts uses the [Font Linking] model to create what appears as a single font by combing script-specific font files... Font linking requires specifying the priority of the fonts in linked together as though in a change. A font later in the chain can only add glyphs to an earlier font; you cannot override or replace glyphs in the early font.

As well as...

Font substitution is implemented by an application to replace a request for a font that is not available into one that is available. In general, applications use PANOSE information (a set of numeric values summarizing the font’s style) to find the most appropriate matching font.

Finally, for plenitude, PostScript Font Type 0:

A composite font is composed of a high-level font that references multiple descendent fonts.


I would go into more detail, but that should give you the jist of why your getting a glyph in the display of your text and not in the display of the font itself. The following links drill down a little further:

How to change / configure font fallback?

Supporting multilanguage text layout and complex scripts with Windows 2000


Are you sure the characters are in the font?

Browsers search other fonts to find missing characters - therefor you cant use browsers to test font contents.

You can't trust applications either - here I am using an Arabic font in Notepad to show Chinese characters that I strongly suspect are not in the Arabic font. It seems to me the application (or the underlying Windows libraries) are searching other fonts to provide the missing character.

screenshot of Notepad showing mixed languages

If you need an independent corroboration, you could try FontForge or another third-party font tool.


It's there in the Ariel Unicode MS Font. check that wikipedia page No need to download a font for it.

http://en.wikipedia.org/wiki/Unicode_font to see what fonts support what characters.

enter image description here