Not all emojis are showing up

On Windows all the emojis would show up but on EndeavourOS not all can even show up:

Here is one example:

Is there something I need to install some font pack or something so I can have all the emojis showing up?

Try installing noto-fonts-emoji as suggested here:

1 Like

Ok so inside /home/joe/.fonts I have consola.ttf font.

So I guess in this file:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <alias>
   <family>sans-serif</family>
   <prefer>
     <family>Noto Sans</family>
     <family>Twemoji</family>
     <family>Noto Color Emoji</family>
     <family>Noto Emoji</family>
   </prefer> 
 </alias>

 <alias>
   <family>serif</family>
   <prefer>
     <family>Noto Serif</family>
     <family>Twemoji</family>
     <family>Noto Color Emoji</family>
     <family>Noto Emoji</family>
   </prefer>
 </alias>

 <alias>
  <family>monospace</family>
  <prefer>
    <family>Noto Mono</family>
    <family>Twemoji</family>
    <family>Noto Color Emoji</family>
    <family>Noto Emoji</family>
   </prefer>
 </alias>
</fontconfig>

I would replace all the Noto with consola?

Not sure I’m following you here.

Just install noto-fonts-emoji through pacman, re-open application that doesn’t display emojis and see if that worked.

No need to manually edit anything.

1 Like

got it working thanks

1 Like