You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utf8.xyz shows only the unfancy one (which makes sense because it only searches characters, not multi-character glyphs: https://utf8.xyz/file
I'm not sure if Unicode Party removes the unfancy ones or if we're getting both because we currently merge the emojilib data (which powers Unicode Party) with the official Unicode Consortium's character data (which powers utf8.xyz).
The text was updated successfully, but these errors were encountered:
Some emoji have an old-style plain variant and a newer fancy variant. Both are shown in the terminal and (on my machine at least) look the same.
Example:
Those two will copy different character sequences though!
🗃️
versus
🗃
We just want the fancy-looking one.
Looking at the two in the REPL, it looks like a variant character is sent after one to make it fancy:
Unicode.party shows only the fancy one: https://unicode.party/?query=file
utf8.xyz shows only the unfancy one (which makes sense because it only searches characters, not multi-character glyphs: https://utf8.xyz/file
I'm not sure if Unicode Party removes the unfancy ones or if we're getting both because we currently merge the emojilib data (which powers Unicode Party) with the official Unicode Consortium's character data (which powers utf8.xyz).
The text was updated successfully, but these errors were encountered: