1

I found a list of the default fonts in this answer but I'm not able to find which font is used for displaying emojis (if there is one).

caisah
  • 1,959
  • 1
  • 21
  • 31

1 Answers1

0

I’ve looked far and wide for an answer to this, e.g., the androidx docs:

https://developer.android.com/develop/ui/views/text-and-emoji/emoji2

At the end of the day, the emoji2 library loads Noto Emoji but could load other fonts, too.

The font name in use (can also be used in CSS font-family declarations) is
Noto Color Emoji Compat.

Boldewyn
  • 81,211
  • 44
  • 156
  • 212