List of utility methods to do Surrogate Check
return 0xd800 <= c && c <= 0xdbff;
return 0xdc00 <= c && c <= 0xdfff;