It's interesting what is and isn't displayed across applications. Here's the two lots of characters:
$ perl -E ' use utf8; use Unicode::UCD "charinfo"; for my $code_point (map ord, qw{🖧 ❎ 🫚 🌰 🍎 😋 🎄 🛹 🏘️ 🫁}) { say "U+", sprintf("%X\t", $code_point), charinfo($code_point)->{name}; } ' U+1F5A7 THREE NETWORKED COMPUTERS U+274E NEGATIVE SQUARED CROSS MARK U+1FADA GINGER ROOT U+1F330 CHESTNUT U+1F34E RED APPLE U+1F60B FACE SAVOURING DELICIOUS FOOD U+1F384 CHRISTMAS TREE U+1F6F9 SKATEBOARD U+1F3D8 HOUSE BUILDINGS U+1FAC1 LUNGS
Update: A missing space between GINGER ROOT and CHESTNUT in the for list resulted in CHESTNUT not appearing in the output. I've fixed this.
I said characters, instead of emoji, because the one you can't see isn't an emoji. Also, as it was released with Unicode v7.0, I'm a little surprised you don't have a font to render it.
$ perl -E ' use Unicode::UCD "charprop"; say "$_:\t", charprop("U+1F5A7", $_) for qw{Age Name Emoji}; ' Age: V7_0 Name: THREE NETWORKED COMPUTERS Emoji: No
I understand how THREE NETWORKED COMPUTERS, as a LAN, fits with your username. You've explained about LUNGS. I'm baffled by SKATEBOARD and HOUSE BUILDINGS.
All of those characters (except GINGER ROOT, as described above) are rendered for me by Firefox.
The characters GINGER ROOT and LUNGS are not rendered in my Cygwin CLI; they appear as a question mark inside a square. Perl (I'm using v5.39.3) obviously understands both. When I copy-paste that code into this response, LUNGS is rendered correctly.
Cygwin was also updated to the latest; at the same time that I updated Firefox, Thunderbird and Win10 earlier today. I would have thought that it could access the same fonts as the others.
As I said, interesting how different applications deal with some of these characters.
— Ken
In reply to Re^8: Larger profile pic than 80KB?
by kcott
in thread Larger profile pic than 80KB?
by stevieb
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |