``` > '\u{10fffe}' '???' > '\u{10ffff}` '???' > '\u{110000}' ... ``` The REPL hangs waiting for completion because of the `SyntaxError: Unexpected token ILLEGAL` exception.