メインコンテンツへスキップ

説明

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年6月19日