pub fn is_low_surrogate(u: u32) -> bool
Returns true if u is a low surrogate (in the range 0xDC00..=0xDFFF).
u