tibetan property

CounterStyle tibetan
final

Tibetan numbering (e.g., ༡, ༢, ༣, ..., ༩༨, ༩༩, ༡༠༠).

Implementation

static final tibetan = CounterStyle.define(
  name: 'tibetan',
  system: System.numeric,
  symbols: [
    '\u0F20',
    '\u0F21',
    '\u0F22',
    '\u0F23',
    '\u0F24',
    '\u0F25',
    '\u0F26',
    '\u0F27',
    '\u0F28',
    '\u0F29'
  ],
  /* ༠ ༡ ༢ ༣ ༤ ༥ ༦ ༧ ༨ ༩ */
);