#include <iostream> int main() { wchar_t a = L'ù'; std::wcout << a << std::endl; std::cin.get(); return 0; }