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:

EmojiNotes
💿➕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:

EmojiNotes
🌌🐄👦Simple version
🚀👨‍🚀🤠Alternative version

LanX

From Re^5: Larger profile pic than 80KB?:

EmojiNotes
🖧🫚🌰🍎😋🎄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

👁️🍾👍🦟

In reply to Re: Emojis for Perl Monk names (Discipulus and SpaceCowboy and LanX) by eyepopslikeamosquito
in thread Emojis for Perl Monk names by eyepopslikeamosquito

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.