Ubuntu – How to resolve missing characters in the unicode font

fontsunicode

I have tried Firefox and Chrome and on Ubuntu 14.04 LTS, and there seems to be a sizeable chunk of Unicode characters that I cannot render.

Here is one example, and here is another example.

What is the best course of action to diagnose the root cause and fix the missing characters?

Best Answer

Install package ttf-ancient-fonts.

sudo apt-get update
sudo apt-get install ttf-ancient-fonts
Related Question