#include <iostream> #include <locale> using namespace std; int main( void ) { wchar_t a = L'\u7ecf'; wcout.imbue( std::locale("") ); wcout << a << endl; }