Java 17 支持 Unicode 13,包括新增的字符、块和属性。以下是一个简单的示例 // 支持 Unicode 13 中的新增字符 String emoji = "🙂"; System.out.println(emoji.length()); // 输出 2