const fn escape_unicode<const N: usize>(c: char) -> ([Char; N], Range<u8>)
Escapes a character \u{NNNN} representation.
\u{NNNN}
Returns a buffer and the length of the escaped representation.