<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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
</pre></body></html>