class Z{ public static void Main(){ char x = '●'; System.Console.WriteLine(x); // added afterwards on 2011-03-08 to show string is not display correctly on this site } }