I'm trying to make a xy program which prints ASCII art in the console with characters such as ⣿, when running the program just prints question marks (?). I understand that it's either because of me using the wrong encoding or Microsoft Visual Studio not having the dictionary of these ASCII characters.
If you have any idea on how to either change encoding or fix the issue, it would be much appreciated.

