I'm trying to read, store, and output Unicode characters. Specifically █, ▓, ▒, and ░. I've googled some but haven't gotten anything to work. I am programming in visual studio 2010 (which is also brand new to me, used to using Linux), Windows 7.
You can't display Unicode chars in console. Try writing them to a file.
By the way, you don't need Unicode to get ░, etc. ( see http://en.wikipedia.org/wiki/Code_page_437 )