I have to maintain a large number of classic ASP pages, many of which have tabular data with no sort capabilities at all. Whatever order the original developer used in the d
c# code
int i = 0; char c = '↑'; i = (int)c; Console.WriteLine(i); // prints 8593 int j = 0; char d = '↓'; j = (int)d; Console.WriteLine(j); // prints 8595