class Char
A Skip Char represents a single Unicode Code Point which represents a valid Unicode character. A Char cannot represent a Unicode (high or low) surrogate code point. code() returns a value in the ranges: U+0000–U+D7FF and U+E000–U+10FFFF. Note that this differs from most languages in which the char type represents a single 8 or 16-bit code unit.