Console applications are limited to 8-bit codepage encoding. By default, many machines use IBM437, the code page for the old IBM PC character set. You can change the code page by setting the OutputEncoding property:
Console.OutputEncoding = Encoding.UTF8;
. "", IBM PC. , , Unicode. , Vista Win7.
, , , , . - , . , :
class Program {
static void Main(string[] args) {
Console.WriteLine("╒════════╕");
Console.WriteLine("│ Hello │");
Console.WriteLine("│ world │");
Console.WriteLine("╘════════╛");
Console.ReadLine();
}
}
, Windows charmap.exe. " " "" "", . , , "\ u250c".