tamil property

CounterStyle tamil
final

Tamil numbering (e.g., ௧, ௨, ௩, ..., ௯௮, ௯௯, ௧௦௦).

Implementation

static final tamil = CounterStyle.define(
  name: 'tamil',
  system: System.numeric,
  symbols: [
    '\u0BE6',
    '\u0BE7',
    '\u0BE8',
    '\u0BE9',
    '\u0BEA',
    '\u0BEB',
    '\u0BEC',
    '\u0BED',
    '\u0BEE',
    '\u0BEF'
  ],
  /* ௦ ௧ ௨ ௩ ௪ ௫ ௬ ௭ ௮ ௯ */
);