telugu property

CounterStyle telugu
final

Telugu numbering (e.g., ౧, ౨, ౩, ..., ౯౮, ౯౯, ౧౦౦).

Implementation

static final telugu = CounterStyle.define(
  name: 'telugu',
  system: System.numeric,
  symbols: [
    '\u0C66',
    '\u0C67',
    '\u0C68',
    '\u0C69',
    '\u0C6A',
    '\u0C6B',
    '\u0C6C',
    '\u0C6D',
    '\u0C6E',
    '\u0C6F'
  ],
  /* ౦ ౧ ౨ ౩ ౪ ౫ ౬ ౭ ౮ ౯ */
);