To declare a char value in C# we just surround the character with single quotes: \'x\'.
\'x\'
But what is the \"clearest\" way to declare a char value that
You can escape the quote with a backslash: '\''
'\''