Function escape_unicode
pub(in ::escape) const fn escape_unicode<const N: usize>(c: char) -> ([Char; N], Range<u8>)
Escapes a character with \u{NNNN} representation.
Returns a buffer with the escaped representation and its corresponding range.