How to make Ubuntu display emojis
Published:
Last modified:
Overview
If you ever happen to see small squares instead of emojis in Linux, follow this guide to fix it.
Procedure
Emojis “are pictographs (pictorial symbols) that are typically presented in a colorful form and used inline in text”1
To correctly display them you need the right font.
In Ubuntu we have fonts-emojione
and fonts-noto-color-emoji
packages which can be installed to have emojis available.
<pre class="shell">
<samp>
<span class="shell-prompt">$</span> <kbd>apt show fonts-emojione fonts-noto-color-emoji</kbd>
Package: fonts-emojione
Version: 2.2.6+16.10.20160804-0ubuntu2
Priority: optional
Section: universe/fonts
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Michael Sheldon <michael.sheldon@canonical.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3.560 kB
Homepage: http://emojione.com
Download-Size: 2.621 kB
APT-Sources: http://uy.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
Description: The Emoji One Truetype Bitmap Font
Emoji One is a bitmap font providing graphical color emoji glyphs.
Package: fonts-noto-color-emoji
Version: 0~20180810-1
Priority: optional
Section: fonts
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 8.264 kB
Homepage: https://www.google.com/get/noto/help/emoji/
Task: ubuntu-desktop, kubuntu-desktop, kubuntu-full, ubuntustudio-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop
Supported: 9m
Download-Size: 7.572 kB
APT-Manual-Installed: yes
APT-Sources: http://uy.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
Description: color emoji font from Google
Noto is a collection of font families, each visually harmonized across
scripts.
.
The name "Noto" is short for "No Tofu", describing the aim of covering
all living Unicode scripts.
.
Tofu (豆腐) is Japanese jargon for unicode replacement character "�"
(U+FFFD) often displayed as replacement for unassigned or unknown
characters.
.
This package contains the color emoji font used on "stock" Android devices
such as the Google Pixel.
</samp>
</pre>
Installing any of them we will have emojis available in our system.
<pre class="shell">
<samp>
<span class="shell-prompt">$</span> <kbd>sudo apt install fonts-noto-color-emoji </kbd>
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
fonts-noto-color-emoji
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 7.572 kB of archives.
After this operation, 8.264 kB of additional disk space will be used.
Get:1 http://uy.archive.ubuntu.com/ubuntu cosmic/main amd64 fonts-noto-color-emoji all 0~20180810-1 [7.572 kB]
Fetched 7.572 kB in 6s (1.364 kB/s)
Selecting previously unselected package fonts-noto-color-emoji.
(Reading database ... 162658 files and directories currently installed.)
Preparing to unpack .../fonts-noto-color-emoji_0~20180810-1_all.deb ...
Unpacking fonts-noto-color-emoji (0~20180810-1) ...
Setting up fonts-noto-color-emoji (0~20180810-1) ...
Processing triggers for fontconfig (2.13.0-5ubuntu3) ...
</samp>
</pre>
References
comments powered by Disqus
- Find out IP addresses from MACs in a Local Area NetworkMay 10, 2023
- Choose any key as the modifier in i3wm in 6 stepsJanuary 20, 2021
- Adding a swap memory to Linux from command line in 6 stepsApril 2, 2020
- Free up space in Linux (Ubuntu)March 27, 2020
- Switch between languages in Linux. Write in multiple languages with same keyboard.March 21, 2020
- How to make Ubuntu display emojis
- Detect and mount USB devices in Linux from consoleJanuary 24, 2019
- How to make screencasts in Ubuntu LinuxJanuary 21, 2019
- Using i3 window manager in LinuxJanuary 7, 2019
- Setting Up A Fresh Linux ServerAugust 25, 2018
- How To Download A Website With Wget The Right WayJune 30, 2017
- Replicate Installed Package Selections From One Ubuntu System To AnotherApril 24, 2017
- Using Clamav Antivirus In UbuntuJanuary 25, 2017
- How to Type Spanish Characters, Accents and Symbols in LinuxJune 6, 2016
Ubuntu
- How to activate tap to click touchpad's feature in Ubuntu in 4 stepsMarch 4, 2021
- Difference between suspend and hibernate in Ubuntu and how to execute them from command lineApril 12, 2020
- Solving Google Chrome's gpu-process error message in Ubuntu LinuxJanuary 7, 2019
- Solving Google Chrome's secret service operation error message in Ubuntu LinuxJanuary 7, 2019
- Start Emacs In Ubuntu The Right WayJune 10, 2017
Unix Shell
- Connect to a Bluetooth device from command line in Ubuntu LinuxJune 23, 2020
- Add Infolinks Script To An Existing Website From Console With Sed CommandApril 4, 2017
- How to change all files permissions to 644 and directories to 755January 10, 2017
- Shell Redirect Output And Errors To The Null Device In BashDecember 9, 2016
- Prevent Running Of Duplicate Cron JobsDecember 8, 2016
- Delete All Backup Files Recursively In BashNovember 28, 2016
- Bash Script to Find Out If MySQL Is Running Or NotNovember 9, 2016
Articles
Subcategories
Except as otherwise noted, the content of this page is licensed under CC BY-NC-ND 4.0 . Terms and Policy.
Powered by SimpleIT Hugo Theme
·