跳转到主要内容

说明

system.unicode 表是一个虚拟表,提供有关 Unicode 字符及其属性(https://unicode-org.github.io/icu/userguide/strings/properties.html)的信息。该表会动态生成。 来自 ICU 的 Unicode 码点属性名称会转换为 snake_case,并用作列名。

  • code_point (String) — 以 U+XXXX 表示的 Unicode 码点。
  • code_point_value (Int32) — Unicode 码点的整数值。
  • notation (String) — 字符表示法 (即码点的可视表示) 。

示例

最后修改于 2026年7月2日