Tool to write / convert numbers with dice symbols ⚀, ⚁, ⚂, ⚃, ⚄, ⚅ by replacing the numbers 1 to 6 with the corresponding die face and vice versa.
Dice Numbers ⚀⚁⚂ - dCode
Tag(s) : Substitution Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Any code comprising digits 1 to 6 can be encoded with the 7 Unicode symbols representing dice (one side of a 6-sided cubic dice).
1 | ⚀ |
---|---|
2 | ⚁ |
3 | ⚂ |
4 | ⚃ |
5 | ⚄ |
6 | ⚅ |
? | 🎲 |
Example: 421 is written ⚃⚁⚀
To be sure that only the digits 1 to 6 are used, writing in base 6 (or less, base 5 or base 4 ...) is practical as is a grid encryption of size 5 or 6 (Polybius square, ADFGVX cipher etc.)
The first step is to replace each die with its value
⚀ | 1 |
---|---|
⚁ | 2 |
⚂ | 3 |
⚃ | 4 |
⚄ | 5 |
⚅ | 6 |
🎲 | ? |
It is then likely that the message will use a second encryption method to decode the digits / numbers found.
Basically the message is made up of dice, the Unicode symbols U + 2680 to U + 2685 or the Emoji U + 1F3B2 🎲
Any reference to the number 6, to dice games (Craps, 421, Yams, Yahtzee) are clues
dCode retains ownership of the "Dice Numbers ⚀⚁⚂" source code. Any algorithm for the "Dice Numbers ⚀⚁⚂" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Dice Numbers ⚀⚁⚂" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Dice Numbers ⚀⚁⚂" or any other element are not public (except explicit open source licence). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Dice Numbers ⚀⚁⚂" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source (Creative Commons CC-BY free distribution license).
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Dice Numbers ⚀⚁⚂ on dCode.fr [online website], retrieved on 2025-06-15,