Unicode character Visual C++
问题 I'm trying to make my program work with unicode characters. I'm using Visual Studio 2010 on a Windows 7 x32 machine. What I want to print is the queen symbol ("\ul2655") and it just doesn't work. I've set my solution to use unicode. This is my sample code: #include <iostream> using namespace std; int main() { SetConsoleOutputCP(CP_UTF8); wcout << L"\u2655"; return 0; } Also, I've tried many other suggestions, but nothing worked. (eg. change the cmd font, apply chcp 65001, which is the same as