'Is there a way to print certain unicode characters in python terminal from Windows?
So I have been trying to print in my terminal using Python the following Unicode characters:
def printUnicode():
print(u"\u2b1c")
print(u"\u1f7e8")
print(u"\u1f7e9")
However, this is my output: https://i.stack.imgur.com/pY9lc.png.
Even though I checked that I was using UTF-8 (chcp=65001), I do not why I cannot show those characters. Idk if there is something wrong my PC configuration, the code or it just impossible to print them in windows cmd.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
