Inserting an emoji

I’m on lesson 1-5. How can I insert an Emoji like Mosh did?
He put a cute happy cat face… Thank you.

You can print Unicode characters as described here, for example…

print('Hello, world! \U0001F63A')

Got it. Thank you so much!

Hi
Windows logo key and period key brings up the list of emojis.
Regards

1 Like

Do you happen to know how you do it with Mac? Thank you.

Does anyone know how to insert an emoji on a linux machine?

best if you research how to open an emoji window on linux. Either way, you can simply google “emojis” and copy/paste each emoji in your source code.

Your Mac has a quick hotkey that will open an emoji picker in any app
press Control+Command+Space. An emoji panel will pop up.