summaryrefslogtreecommitdiffstats
path: root/scripts/mayan-numerals.html
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-28 11:38:14 +0100
committerMattias Andrée <m@maandree.se>2025-12-28 11:38:14 +0100
commit75f34edf4cada2dbf80bf8b8176781b443ffbe00 (patch)
tree3f47ccfaa0ce48c6676721f6edc7008f52c78b6f /scripts/mayan-numerals.html
downloadunicode-tables-75f34edf4cada2dbf80bf8b8176781b443ffbe00.tar.gz
unicode-tables-75f34edf4cada2dbf80bf8b8176781b443ffbe00.tar.bz2
unicode-tables-75f34edf4cada2dbf80bf8b8176781b443ffbe00.tar.xz
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'scripts/mayan-numerals.html')
-rw-r--r--scripts/mayan-numerals.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/scripts/mayan-numerals.html b/scripts/mayan-numerals.html
new file mode 100644
index 0000000..33f82be
--- /dev/null
+++ b/scripts/mayan-numerals.html
@@ -0,0 +1,40 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Mayan numerals</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x1D2E0;</td> <!-- MAYAN NUMERAL ZERO -->
+ <td>&#x1D2E1;</td> <!-- MAYAN NUMERAL ONE -->
+ <td>&#x1D2E2;</td> <!-- MAYAN NUMERAL TWO -->
+ <td>&#x1D2E3;</td> <!-- MAYAN NUMERAL THREE -->
+ <td>&#x1D2E4;</td> <!-- MAYAN NUMERAL FOUR -->
+ </tr>
+ <tr>
+ <td>&#x1D2E5;</td> <!-- MAYAN NUMERAL FIVE -->
+ <td>&#x1D2E6;</td> <!-- MAYAN NUMERAL SIX -->
+ <td>&#x1D2E7;</td> <!-- MAYAN NUMERAL SEVEN -->
+ <td>&#x1D2E8;</td> <!-- MAYAN NUMERAL EIGHT -->
+ <td>&#x1D2E9;</td> <!-- MAYAN NUMERAL NINE -->
+ </tr>
+ <tr>
+ <td>&#x1D2EA;</td> <!-- MAYAN NUMERAL TEN -->
+ <td>&#x1D2EB;</td> <!-- MAYAN NUMERAL ELEVEN -->
+ <td>&#x1D2EC;</td> <!-- MAYAN NUMERAL TWELVE -->
+ <td>&#x1D2ED;</td> <!-- MAYAN NUMERAL THIRTEEN -->
+ <td>&#x1D2EE;</td> <!-- MAYAN NUMERAL FOURTEEN -->
+ </tr>
+ <tr>
+ <td>&#x1D2EF;</td> <!-- MAYAN NUMERAL FIFTEEN -->
+ <td>&#x1D2F0;</td> <!-- MAYAN NUMERAL SIXTEEN -->
+ <td>&#x1D2F1;</td> <!-- MAYAN NUMERAL SEVENTEEN -->
+ <td>&#x1D2F2;</td> <!-- MAYAN NUMERAL EIGHTEEN -->
+ <td>&#x1D2F3;</td> <!-- MAYAN NUMERAL NINETEEN -->
+ </tr>
+ </table>
+ </body>
+</html>