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. Except explicit open source licence (indicated Creative Commons / free), the "Dice Numbers ⚀⚁⚂" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "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.) and all data download, script, or API access for "Dice Numbers ⚀⚁⚂" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Dice Numbers ⚀⚁⚂" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Dice Numbers ⚀⚁⚂ on dCode.fr [online website], retrieved on 2024-11-21,