I am trying to convert the html entity to unichar, the html entity is 󮠖
when i try to do the following:
unichr(int(976918))
I got error that:
ValueError: unichr() arg not in range(0x10000) (narrow Python build)
seems like it is out of range conversion for unichar.