31

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?

7 Answers7

32

The most comprehensive font package I have found is font-noto. Installing this has always fixed whatever font-display issues I was having:

sudo apt install fonts-noto

Then, restart your browser and everything should work as expected.

terdon
  • 100,812
17

Install package ttf-ancient-fonts.

sudo apt-get update
sudo apt-get install ttf-ancient-fonts
Mateo
  • 8,104
Robert
  • 186
  • 1
    Wow, this worked surprising well! My missing character was ⮡ (down-right arrow), and after installing this package, it just appeared in my Firefox tab where it was missing, without even reloading Firefox or the tab. – sylbru Mar 21 '21 at 14:22
5

In order to see the missing characters, you need to install a font which contains them.

I've found that Symbola contains the best range of characters.

  • Download the zip file.
  • Install the two .ttf fonts - if you double click on then, you should see a font preview, click the "Install" button.

With the latest version (8.0.0) I'm able to see the dog symbol and the slice of pizza symbol .

See: enter image description here.

Terence Eden
  • 1,796
4

I managed to fix the unrecognized characters issue I was having on Linux by installing the following packages:

apt-get install xfonts-unifont ttf-unifont

(The above command assume a Debian system, for other distributions you may need to use another package manager and/or specific package names).

1

For me, installing the fonts-noto-cjk, fonts-noto-color-emoji, fonts-noto-core, fonts-noto-extra, fonts-noto-mono and fonts-noto-ui-core installed the missing characters. Those fonts have a large unicode coverage.

Puspam
  • 833
0

Gentium fonts should cover everything.

There are basically 2 main packages fonts-sil-gentium and fonts-sil-gentiumplus

0

I tried to view the characters on my computer (See signs and symbols). Enter the Unicode-code in the search-window. It looks that the symbols mentioned are not rendered yet (These characters are in the Supplementary Multilingual Plane). See also http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html.

File a bug in https://bugzilla.gnome.org/enter_bug.cgi?product=gucharmapenter image description here