Skip to main content

Description

The system.unicode table is a virtual table that provides information about Unicode characters and their properties(https://unicode-org.github.io/icu/userguide/strings/properties.html). This table is generated on-the-fly. The property names of Unicode code points from ICU are converted to snake_case for use as column names.

Columns

  • code_point (String) — The Unicode code point represented as U+XXXX.
  • code_point_value (Int32) — The integer value of the Unicode code point.
  • notation (String) — The character notation (visual representation of the code point).

Example

Last modified on July 2, 2026