Whether codeUnit is a UTF-16 high surrogate.
codeUnit
bool isHighSurrogate(int codeUnit) => codeUnit >>> 10 == 0x36;