Can anyone who works with the Unicode consortium explain why Cistercian numerals aren’t just part of Unicode? There’s Aegean numbers, counting rod numerals, Mayan numerals, Roman numerals (beyond the Latin letter aliases), cuneiform numbers, and plenty of other historical numeral-only systems. The 4-stave system is interesting but can almost certainly be done using ZWJ hacks maybe.
934 = CISTERCIAN STAFF +
COMBINING CISTERCIAN 900 +
COMBINING CISTERCIAN 30 +
COMBINING CISTERCIAN 4
Would require allocating (1 staff) + (9 digits) * (4 places) = 37 code points.Were you thinking
934 = CISTERCIAN 900 +
ZWJ +
CISTERCIAN 30 +
ZWJ +
CISTERCIAN 4
?