public Program() { var 四十二 := "♥♦♣♠"; // UTF8 string var строка := "Привет"w; // UTF16 string Console.writeLine(строка); Console.writeLine(四十二); }