> >>> unicode("\xa9", "unicode-escape") > u'\xa9' As a follow up, in source code, you might want to write u"\N{COPYRIGHT SIGN}" instead, for better readability. Regards, Martin