Skip to main content
CipherChronicle

Cipher methods Numerals

Cistercian numerals

Cistercian numerals (or monk numbers) are a compact numeral system invented in the 13th century by monks of the Cistercian order, documented in several manuscripts from southern France and Flanders. Their distinctive feature: a single glyph is enough to represent any number from 1 to 9999, built around a central vertical staff divided into four quadrants.

Principle — one glyph, four quadrants

Every Cistercian numeral pivots around a vertical staff. Around it, four quadrants encode four orders of magnitude:

  ┌───┬───┐
  │ H │ T │    H = hundreds       T = thousands
  ├───┼───┤
  │ D │ U │    D = tens           U = units
  └───┴───┘
        (staff runs vertically through the centre)

Each quadrant carries 9 distinct shapes (one per value 1 to 9), producing 9⁴ = 6561 theoretical combinations — more than 9999 because some combinations are forbidden by the one-shape-per-quadrant rule. The units quadrant is the base (the others are rotations and mirrorings):

1: single horizontal stroke at the top
2: single horizontal stroke at the bottom
3: diagonal stroke, top to bottom
4: diagonal stroke, bottom to top
5: 1 + 4 (hook)
6: vertical stroke at the top
7: 1 + 6 (box open to the right)
8: 2 + 6 (box open to the left)
9: 6 + 1 + 2 (full rectangle)

A number like 1970 is drawn by combining:

  • Units quadrant (0) → nothing
  • Tens quadrant (7) → mirror-7 at the bottom
  • Hundreds quadrant (9) → mirror-9 on the left
  • Thousands quadrant (1) → horizontal stroke top-right

What is the historical use of Cistercian numerals?

  • Book indexing — Cistercians tagged page numbers, line numbers and production dates in their scriptoria.
  • Abbey management — internal bookkeeping, wine and grain inventories.
  • Land survey — plot measurements, where compactness allowed small cartouches on cadastre parchments.

Usage stayed confidential and intra-order; by the 14th century, Hindu-Arabic numerals took over general bookkeeping, and the Cistercians themselves phased out the system.

How is Cistercian numerals used as a cipher?

Cistercian numerals aren’t a cipher in the strict sense — no scrambling operation — but they pair beautifully with rank-based alphabet substitution:

  1. Apply A1Z26 to the plaintext: CIPHE03 09 16 08 05.
  2. Turn each number into a Cistercian glyph: CIPHE → 5 unique symbols.

The immediate effect: the ciphertext looks like a monastic manuscript. Perfect for a medieval puzzle or an abbey-themed escape room.

Comparisons

SystemDateNumeric rangeCompactness
RomanAntiquity1 to 3999Variable, grows larger
Cistercian13th c.1 to 9999Always 1 glyph
Hindu-Arabic9th / 13th c.UnlimitedN digits for N orders
Mayan4th c.Unlimited (base 20)Compact per level

The display compactness of Cistercian numerals is unique: no other Western system tried to pack so much information into a single sign.

Modern revival

  • 21st-century renaissance — Cistercian numerals have been rediscovered by fantasy tabletop-RPG communities and by ornamental typography enthusiasts.
  • Unicode — several typography projects add private-use area (PUA) blocks to type Cistercian glyphs directly.
  • Puzzle use — monastic-themed escape rooms lean on Cistercian numerals as a substitution alphabet for encoded clues.

The 9 base shapes

A single family of nine motifs powers the whole system. Every quadrant uses the same shape, simply mirrored depending on its position: vertical axis for tens, horizontal axis for hundreds, both axes for thousands.

111
222
333
444
555
666
777
888
999

In CipherChronicle

The workshop ushers in the numeration-cipher family: digit runs ([0-9]+) in the cleartext are split into chunks of 4 (Cistercian’s upper bound, 9999), each rendered as a composite glyph of the 9 base shapes mirrored across the 4 quadrants. Other characters (letters, spaces, punctuation) pass through verbatim — Cistercian numerals were never meant to encode an alphabet, and we don’t pretend otherwise.

Example: 1234 567 89 1789 → four composite glyphs separated by passthrough spaces. The input 123456 renders as two consecutive glyphs, 1234 then 56. The decryption picker pops a window where you can type the number you’re looking at (0–9999); the composite previews live as you type.