Whether codeUnit is a UTF-16 low surrogate.
codeUnit
bool isLowSurrogate(int codeUnit) => codeUnit >>> 10 == 0x37;