pip install emoji

Collecting emoji
  Downloading emoji-2.8.0-py2.py3-none-any.whl (358 kB)
     |████████████████████████████████| 358 kB 2.6 MB/s eta 0:00:01
[?25hInstalling collected packages: emoji
Successfully installed emoji-2.8.0
WARNING: You are using pip version 21.1.3; however, version 23.2.1 is available.
You should consider upgrading via the '/usr/local/bin/python3 -m pip install --upgrade pip' command.
Note: you may need to restart the kernel to use updated packages.
from emoji import emojize 
print(emojize(":thumbs_up: Python is awesome! :grinning_face:"))

👍 Python is awesome! 😀