summaryrefslogtreecommitdiffstats
path: root/pictographs/tools.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 /pictographs/tools.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 'pictographs/tools.html')
-rw-r--r--pictographs/tools.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/pictographs/tools.html b/pictographs/tools.html
new file mode 100644
index 0000000..5b80b0f
--- /dev/null
+++ b/pictographs/tools.html
@@ -0,0 +1,39 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Tools</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td class="dup">&#x1F4CF;</td> <!-- STRAIGHT RULER -->
+ <td class="dup">&#x1F4D0;</td> <!-- TRIANGULAR RULER -->
+ <td>&#x1F9EE;</td> <!-- ABACUS -->
+ <td>&#x1F5A9;</td> <!-- POCKET CALCULATOR -->
+ </tr>
+ <tr>
+ <td>&#x1FA93;</td> <!-- AXE -->
+ <td>&#x1FA9A;</td> <!-- CARPENTRY SAW -->
+ <td>&#x1FA9B;</td> <!-- SCREWDRIVER -->
+ <td>&#x1FAA0;</td> <!-- PLUNGER -->
+ <td>&#x1FAA1;</td> <!-- SEWING NEEDLE -->
+ <td>&#x1F527;</td> <!-- WRENCH -->
+ <td>&#x1F528;</td> <!-- HAMMER -->
+ <td>&#x1F529;</td> <!-- NUT AND BOLT -->
+ <td>&#x1F52A;</td> <!-- HOCHO -->
+ <td class="dup">&#x26CF;</td> <!-- PICK -->
+ </tr>
+ <tr>
+ <td>&#x1F9F0;</td> <!-- TOOLBOX -->
+ <td class="dup">&#x1F6E0;</td> <!-- HAMMER AND WRENCH -->
+ </tr>
+ <tr>
+ <td>&#x1F526;</td> <!-- ELECTRIC TORCH -->
+ <td>&#x1FA9C;</td> <!-- LADDER -->
+ <td>&#x1F9F2;</td> <!-- MAGNET -->
+ </tr>
+ </table>
+ </body>
+</html>