bengali property

CounterStyle bengali
final

Bengali numbering (e.g., ১, ২, ৩, ..., ৯৮, ৯৯, ১০০).

Implementation

static final bengali = CounterStyle.define(
  name: 'bengali',
  system: System.numeric,
  symbols: const [
    '\u09E6',
    '\u09E7',
    '\u09E8',
    '\u09E9',
    '\u09EA',
    '\u09EB',
    '\u09EC',
    '\u09ED',
    '\u09EE',
    '\u09EF'
  ],
  /* ০ ১ ২ ৩ ৪ ৫ ৬ ৭ ৮ ৯ */
);