I'm having problems with greek characters in C# because when I run the program, they are replaced either by question marks or by their Latin equivalent. It's the same for the Unicode equivalents.
Console.WriteLine("\u03A7\u03BF\u03C5\u03BB\u03B5\u03C4\u03C4");
Console.WriteLine("Χουλεττ");