in reply to Re: Emojis for Perl Monk names
in thread Emojis for Perl Monk names

I'm having fun with my new uparse script and finding all sorts of things hiding behind the scenes:

$ uparse 1️⃣🎅🏼☕

============================================================
String: '1️⃣🎅🏼☕'
============================================================
1       U+31     DIGIT ONE
        U+FE0F   VARIATION SELECTOR-16
        U+20E3   COMBINING ENCLOSING KEYCAP
🎅      U+1F385  FATHER CHRISTMAS
🏼      U+1F3FC  EMOJI MODIFIER FITZPATRICK TYPE-3
☕      U+2615   HOT BEVERAGE
------------------------------------------------------------

Good one!

— Ken