4

When I try to view something like the Link Emoji () what I see rendered in my browser is a empty box. I see some web services are now using these glyphs.

This is what it looks like currently,

Empty box icons

How can I fix this problem?

Evan Carroll
  • 28,578
  • 45
  • 164
  • 290

1 Answers1

6

You need a font that can render Emojis. You can find the font list in the Chromium source code here

On Debian based distros, you can add the preferred Google Noto Font with,

sudo apt-get install fonts-noto-color-emoji
killall chromium # restart chrome
Evan Carroll
  • 28,578
  • 45
  • 164
  • 290