in reply to Emojis for Perl Monk names
A couple of suggestions mysteriously appeared in my Chatterbox ... thought I better post them as a reply, with variations, so they won't get lost. :)
Discipulus
For the inimitable Discipulus:
Emoji | Notes |
---|---|
💿➕ | Optical disc and plus sign (suggested by LanX I'm told) |
💿ⅈ➕ | ... I tried an imaginary number i joiner |
📀ⅈ⁺ | ... and an alternative rendering |
👨🏽🎓🏛️ | Discipulus likes this one (man student and classical building) |
SpaceCowboy
After stumbling on an old node by SpaceCowboy it looked like a fun one to emojify:
Emoji | Notes |
---|---|
🌌🐄👦 | Simple version |
🚀👨🚀🤠 | Alternative version |
LanX
From Re^5: Larger profile pic than 80KB?:
Emoji | Notes |
---|---|
🖧❎🫚🌰🍎😋🎄 | LanX clad in Lederhosen after eating gingerbread under the Christmas tree |
Improvements welcome.
Update: Output using kcott's latest uparse tool
~/pm/kcott$ ./uparse-2.pl 💿➕ ============================================================ String: '💿➕' ============================================================ 💿 U+1F4BF OPTICAL DISC ➕ U+2795 HEAVY PLUS SIGN ------------------------------------------------------------ ~/pm/kcott$ ./uparse-2.pl 💿ⅈ➕ ============================================================ String: '💿ⅈ➕' ============================================================ 💿 U+1F4BF OPTICAL DISC ⅈ U+2148 DOUBLE-STRUCK ITALIC SMALL I ➕ U+2795 HEAVY PLUS SIGN ------------------------------------------------------------ ~/pm/kcott$ ./uparse-2.pl 📀ⅈ⁺ ============================================================ String: '📀ⅈ⁺' ============================================================ 📀 U+1F4C0 DVD ⅈ U+2148 DOUBLE-STRUCK ITALIC SMALL I ⁺ U+207A SUPERSCRIPT PLUS SIGN ------------------------------------------------------------ ~/pm/kcott$ ./uparse-2.pl 👨🏽🎓🏛️ ============================================================ String: '👨🏽🎓🏛️' ============================================================ 👨 U+1F468 MAN 🏽 U+1F3FD EMOJI MODIFIER FITZPATRICK TYPE-4 U+200D ZERO WIDTH JOINER 🎓 U+1F393 GRADUATION CAP 🏛 U+1F3DB CLASSICAL BUILDING ️ U+FE0F VARIATION SELECTOR-16 ------------------------------------------------------------ ~/pm/kcott$ ./uparse-2.pl 🌌🐄👦 ============================================================ String: '🌌🐄👦' ============================================================ 🌌 U+1F30C MILKY WAY 🐄 U+1F404 COW 👦 U+1F466 BOY ------------------------------------------------------------ ~/pm/kcott$ ./uparse-2.pl 🚀👨🚀🤠 ============================================================ String: '🚀👨🚀🤠' ============================================================ 🚀 U+1F680 ROCKET 👨 U+1F468 MAN U+200D ZERO WIDTH JOINER 🚀 U+1F680 ROCKET 🤠 U+1F920 FACE WITH COWBOY HAT ------------------------------------------------------------
~/pm/kcott$ ./uparse-2.pl 🖧❎🫚🌰🍎😋🎄 ============================================================ String: '🖧❎🫚🌰🍎😋🎄' ============================================================ 🖧 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 ------------------------------------------------------------
Added later : LanX
👁️🍾👍🦟
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Emojis for Perl Monk names (Discipulus and SpaceCowboy)
by LanX (Saint) on Nov 25, 2023 at 00:51 UTC |