I can't make program print what I want!
I type this script:

int main()
{
cout << "█▓▒░\n";
return 0;
}

and all I get on console is:

????

How to make program print Extended ASCII characters?

Please help.