Skip to main content
CipherChronicle

Cipher methods Numerals

Cistercian numerals

A numeral system invented by Cistercian monks: every number from 1 to 9999 fits into a single glyph built around a central vertical staff. Used as a substitution to encode a ranked alphabet.

Family :
Numerals
Difficulty :
Beginner
Era :
13th century, Cistercian abbeys (France / Flanders)

Also known as : Cistercian numbers · monk numerals · monastic 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

Historical use

  • 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.

As a cryptographic device

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.