I made a batch-file snake game and inserted some special characters via HEX to ANSI conversion in Notepad++.
It worked normally. But I noticed that there was an update to the Consolas font and two of the characters became visually the same.
Are they:


One of them was slightly larger. I used chcp 437 (United Stades). But now I have to choose another character. I thought of the U+25CF ● that can be found in the Character’s Map (charmap). But I cannot display it on the console.
In the Notepad++ it is shown like that:

And in the console it shows different things depending on the code page…
How do I show the black circle with the Consolas font so I don’t have to downgrade?