print("\N{SMILING FACE WITH HALO}")
print("\N{BABY ANGEL}")
print("\N{SNAKE}")
print("\x27hello\x27\n")
print("\N{APOSTROPHE}hello\N{APOSTROPHE}\n")


# Usar: \N{CLDR short name}
# https://en.wikipedia.org/wiki/List_of_Unicode_characters
