Your number between 1-9999:

Historically inacurate value, see the About part of the page.
Date time in a very afterthought* way:
- -
: :

About

From Wikipedia:
The medieval Cistercian numerals, or "ciphers" in nineteenth-century parlance, were developed by the Cistercian monastic order in the early thirteenth century at about the time that Arabic numerals were introduced to northwestern Europe. They are more compact than Arabic or Roman numerals, with a single glyph able to indicate any integer from 1 to 9,999.

I found this a very interesting idea, so I just couldn't help myself and made this little script, to draw these numbers onto a canvas. It is width fixed coordinates assuming a 100x100 canvas, feel free to change it. I spent more time making this page than the function itself.

List of cistercian numerals
List of the Cistercian numerals from Wikipedia image by Meteoorkip CC BY-SA 4.0

While the original system only knew numbers 1-9999, I decided to enhance it and added negative numbers and zero. I found it logical to 0 be just a line and negative numbers to have a horizontal line in the middle. I do not express this at top at the generator because I do not want to give the wrong idea. Yet you can type negative numbers and 0 too. Try it!

*Yeah its a setTimout thing drawing on six canvases every second.