The codepoint for ethiopic ዊ is 4810, when I am trying to run the following code on python shell what I got is, ?. why I am not getting ዊ ?
I am testing this on windows 7 and Python 3.7
>>> chr(4810)
output:
?
expected output:
ዊ
The codepoint for ethiopic ዊ is 4810, when I am trying to run the following code on python shell what I got is, ?. why I am not getting ዊ ?
I am testing this on windows 7 and Python 3.7
>>> chr(4810)
output:
?
expected output:
ዊ