

#
“persian”
“persian”はCSSであらかじめ定義されているカウンター・スタイル(“<counter-style-name>”値)で、ペルシア数字(“۱”,“۲”,“۳”,“۴”,...)で順序を表すためのカウンター・スタイルです。
“persian”は“@counter-style”ルールによって以下のように定義されます。
@counter-style persian {
system: numeric;
symbols: "\6F0" "\6F1" "\6F2" "\6F3" "\6F4" "\6F5" "\6F6" "\6F7" "\6F8" "\6F9";
}
#
#