On Windows, compiling and running this:
#include <iostream>
int main( ) {
std::wcout << L"\u25a0" << std::endl;
std::wcout << L"Hello world!" << std::endl << L"Hello world!" << std::endl;
}
produces no output. Why? (I've tried on different computers, and with different fonts)
Edit: \u25a0 is the code for ■; uploaded screenshot.