Can’t use unichr in Python 3.1 February 3, 2023 by Tarik In Python 3, you just use chr: >>> chr(10000) '✐'