question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does Noto Color Emoji support emoji color sequence?

See original GitHub issue

https://unicode.org/Public/emoji/12.0/emoji-test.txt

I found in Linux + Chromium, some emoji are still monochrome even if with \uFE0F variation sequence, like copyright sign ©️

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
guoyunhecommented, Sep 29, 2019
0reactions
polarathenecommented, Sep 29, 2019

@guoyunhe Try this with your codepen on Android:

html {font-family: serif, "Noto Color Emoji";} 

That should make the first 2639() render as the emoji version 2639(☹️/☹️), and no difference to the copyright characters.

Now remove the default serif(or try with sans-serif if you like, this seems to be the difference between firefox and chrome) font, and the copyright characters should change to the Noto Color Emoji VS16 version for both. What this shows, is that Roboto was used to provide the copyright glyph by default, as mentioned.

The fallback for the 2639() appears to be “Noto Sans Symbols”(no 2), if you apply that font, you’ll see both versions become this, even though you have one defined with VS16 codepoint to ask for colour. So you see, it’s all about the font ordering/priority for fallback fonts.

For the copyright symbol, both serif/sans-serif(whichever font is used by default for those on Android, I have no idea) appears to have the copyright glyph, so takes priority, no other font is used.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Noto Color Emoji - Google Fonts
Noto Color Emoji is an open-source emoji font. It supports the latest Unicode specification (15.0) and features 3,664 emoji. Supported writing systems. Emoji....
Read more >
Why do I see a black-and-white emoji in console with Noto ...
The emojis are shown by the font selected in the terminal/console and the ones from the emoji fonts in color are not taking...
Read more >
Google Developers Blog: Updates to Emoji: New Characters ...
Look no further than Emoji Kitchen available on Gboard: type a sequence of emoji including a colored heart to change its color.
Read more >
Noto Emoji Font - Emojipedia
As per standard variable text fonts, the Noto Emoji Font allows users to change each emoji character's color, size and weight. The font's...
Read more >
How to give Noto Color Emoji highest precedence for ...
The system already has Noto Color Emoji installed. How do I give Noto Color Emoji precedence? I've followed several fontconfig tutorials, but ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found