cjkDecimal property

CounterStyle cjkDecimal
final

Han decimal numbers (e.g., 一, 二, 三, ..., 九八, 九九, 一〇〇).

Implementation

static final cjkDecimal = CounterStyle.define(
  name: 'cjk-decimal',
  system: System.numeric,
  symbols: const [
    '\u3007',
    '\u4E00',
    '\u4E8C',
    '\u4E09',
    '\u56DB',
    '\u4E94',
    '\u516D',
    '\u4E03',
    '\u516B',
    '\u4E5D'
  ],
  /* 〇 一 二 三 四 五 六 七 八 九 */
  suffix: '\u3001',
  /* "、" */
);