Chapter 5: Print Emoji

Link for emoji code: https://unicode.org/emoji/charts/full-emoji-list.html

Copy the emoji code, paste it into the print function inside double quotes, replace + with 000, and add \ in front of the code.

Example: If the emoji code is U+1F600, rewrite it as \U0001F600 and use it inside the print function like this print("\U0001F600")

 

print("\U0001F600")

Output: ?

print("\U0001F976")

Output: ?