Escape sequence to use emojis in Python strings

In python, the \N{<name>} escape sequence can be used to add emojis or other unicode characters by name.

Example:

In [12]: print('\N{snake}')
🐍

In [13]: print('\N{rightwards arrow}')

List of Emojis in Unicode: https://symbl.cc/en/emoji/