I need to print a char in console but when I do it, the console print other char. The char in question is ³ and I use:
Console.WriteLine(Convert.ToChar(0xb3));
When I use the last code the console print "3".
If I try print the char 0xb2 it works.