oriya property

CounterStyle oriya
final

Oriya numbering (e.g., ୧, ୨, ୩, ..., ୯୮, ୯୯, ୧୦୦).

Implementation

static final oriya = CounterStyle.define(
  name: 'oriya',
  system: System.numeric,
  symbols: [
    '\u0B66',
    '\u0B67',
    '\u0B68',
    '\u0B69',
    '\u0B6A',
    '\u0B6B',
    '\u0B6C',
    '\u0B6D',
    '\u0B6E',
    '\u0B6F'
  ],
  /* ୦ ୧ ୨ ୩ ୪ ୫ ୬ ୭ ୮ ୯ */
);