You can use \N inside of print:
\N
>>> print("\N{winking face}") 😉 >>> print("\N{kissing face}") 😗
You can find the names of smilies by googling "CLDR short names list".