I'm trying to make something like http://www.a1k0n.net/2011/07/20/donut-math.html but with unicode characters.
To achieve this, I'd originally tried to alter the encoding of the console. However, there don't seem to be any console fonts that support the characters I'd like to use. Does anyone know:
How I can change the font used by the console to one that supports unicode characters, such as Arial?
Whether this is a good solution to the problem, rather than (say) using a text box in a windows form?