\t - Horizontal tab
\n - New line
\x0B - Vertical tab
\f - form feed
\r - carriage return
Run Code Online (Sandbox Code Playgroud)
看起来你遗漏了操作符,但我解释你想知道各种Java API如何处理这些字符.
这些字符的Java处理由其Unicode字符属性决定.请参阅Unicode规范以查看它们具有的属性,以及Character中的不同函数返回的内容.
www.unicode.org将告诉您有关Unicode属性的所有信息.