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,
How can I fix this problem?
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,
How can I fix this problem?
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