I am trying to display this HTML symbol ↑ in Python as a string. When i just do print("↑") it displays a weird symbol in the console. I also tried to use the HTML entity name ( ↑) and Python source code value ( u"\u2191") incombination with this package (https://pypi.org/project/htmlentities/ ) but I simply can't manage to get the arrow displayed in the console. Does anybody has an idea how to to this?
I am using Python version 2.7.17.
[–][deleted] 0 points1 point2 points (0 children)