Emojis in Arch Linux

You don't see emojis in your freshly installed Arch Linux? One packet is enough to solve the problem, follow the guide!

Emojis are everywhere today, on mobile and even on paper.

A simple and rapid post to give you a tip for your Arch Linux. I have recently been confronted to a problem with emojis : my browser (Brave) couldn’t show emojis correctly, there was square instead.

Install emojis#

As simple as one command line:

bash
sudo pacman -S noto-fonts-emoji

There are few providers to install an emojis’ library, I choose the standard one. You can find a list of providers here wiki Arch Linux.

Don’t forget to clear the font cache now, to generate the new charset table (fc-cache -r), reboot your browsers and any windows which use emojis, and it’s done !

Stay Updated

Subscribe to the RSS feed or follow for new articles.

Related articles

No image
#archlinux

YAY, install packages from AUR repositories

Can't find a package in the official Arch Linux repositories? Use the YAY tool! This utility allows you to install packages from AUR repositories.

Read more

Latest in #archlinux