summaryrefslogtreecommitdiffstats
path: root/scripts/counting-rod-numerals+tally-marks.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/counting-rod-numerals+tally-marks.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/scripts/counting-rod-numerals+tally-marks.html b/scripts/counting-rod-numerals+tally-marks.html
new file mode 100644
index 0000000..ea06b1b
--- /dev/null
+++ b/scripts/counting-rod-numerals+tally-marks.html
@@ -0,0 +1,45 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Counting rods and tally marks</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x13D60;</td> <!-- COUNTING ROD UNIT DIGIT ONE -->
+ <td>&#x13D61;</td> <!-- COUNTING ROD UNIT DIGIT TWO -->
+ <td>&#x13D62;</td> <!-- COUNTING ROD UNIT DIGIT THREE -->
+ <td>&#x13D63;</td> <!-- COUNTING ROD UNIT DIGIT FOUR -->
+ <td>&#x13D64;</td> <!-- COUNTING ROD UNIT DIGIT FIVE -->
+ <td>&#x13D65;</td> <!-- COUNTING ROD UNIT DIGIT SIX -->
+ <td>&#x13D66;</td> <!-- COUNTING ROD UNIT DIGIT SEVEN -->
+ <td>&#x13D67;</td> <!-- COUNTING ROD UNIT DIGIT EIGHT -->
+ <td>&#x13D68;</td> <!-- COUNTING ROD UNIT DIGIT NINE -->
+ </tr>
+ <tr>
+ <td>&#x13D69;</td> <!-- COUNTING ROD TENS DIGIT ONE -->
+ <td>&#x13D6A;</td> <!-- COUNTING ROD TENS DIGIT TWO -->
+ <td>&#x13D6B;</td> <!-- COUNTING ROD TENS DIGIT THREE -->
+ <td>&#x13D6C;</td> <!-- COUNTING ROD TENS DIGIT FOUR -->
+ <td>&#x13D6D;</td> <!-- COUNTING ROD TENS DIGIT FIVE -->
+ <td>&#x13D6E;</td> <!-- COUNTING ROD TENS DIGIT SEX -->
+ <td>&#x13D6F;</td> <!-- COUNTING ROD TENS DIGIT SEVEN -->
+ <td>&#x13D70;</td> <!-- COUNTING ROD TENS DIGIT EIGHT -->
+ <td>&#x13D71;</td> <!-- COUNTING ROD TENS DIGIT NINE -->
+ </tr>
+ <tr>
+ <td>&#x13D72;</td> <!-- IDEOGRAPHIC TALLY MARK ONE -->
+ <td>&#x13D73;</td> <!-- IDEOGRAPHIC TALLY MARK TWO -->
+ <td>&#x13D74;</td> <!-- IDEOGRAPHIC TALLY MARK THREE -->
+ <td>&#x13D75;</td> <!-- IDEOGRAPHIC TALLY MARK FOUR -->
+ <td>&#x13D76;</td> <!-- IDEOGRAPHIC TALLY MARK FIVE -->
+ </tr>
+ <tr>
+ <td>&#x13D77;</td> <!-- TALLY MARK ONE -->
+ <td>&#x13D78;</td> <!-- TALLY MARK FIVE -->
+ </tr>
+ </table>
+ </body>
+</html>