I am trying to print Unicode 220e: https://www.fileformat.info/info/unicode/char/220e/index.htm
It says the python sources code should be
print(u"\u220E")
Then I will get this:
UnicodeEncodeError: 'gbk' codec can't encode character '\u220e' in position 0: illegal multibyte sequence
Is there a way to fix?