To create an unicode string, add u in front of the string:
u
>>> s = u'perschon.com' >>> print(s)
perschon.com