summaryrefslogtreecommitdiffstats
path: root/pictographs/ballot.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/ballot.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/ballot.html')
-rw-r--r--pictographs/ballot.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/pictographs/ballot.html b/pictographs/ballot.html
new file mode 100644
index 0000000..232847b
--- /dev/null
+++ b/pictographs/ballot.html
@@ -0,0 +1,46 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Ballot</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x1F5F3;</td> <!-- BALLOT BOX WITH BALLOT -->
+ <td>&#x2610;</td> <!-- BALLOT BOX -->
+ </tr>
+ <tr>
+ <td class="lacuna"></td> <!-- light ballot x -->
+ <td>&#x2BBD;</td> <!-- BALLOT BOX WITH LIGHT X -->
+ <td class="dup">&#x2717;</td> <!-- BALLOT X -->
+ <td>&#x2612;</td> <!-- BALLOT BOX WITH X -->
+ <td class="dup">&#x2718;</td> <!-- HEAVY BALLOT X -->
+ <td class="lacuna"></td> <!-- ballot box with heavy x -->
+ <td class="lacuna"></td> <!-- bold ballot x -->
+ <td class="lacuna"></td> <!-- ballot box with bold x -->
+ </tr>
+ <tr>
+ <td class="lacuna"></td> <!-- light ballot script x -->
+ <td class="lacuna"></td> <!-- ballot box with light script x -->
+ <td>&#x1F5F4;</td> <!-- BALLOT SCRIPT X -->
+ <td>&#x1F5F5;</td> <!-- BALLOT BOX WITH SCRIPT X -->
+ <td class="lacuna"></td> <!-- ballot heavy script x -->
+ <td class="lacuna"></td> <!-- ballot box with heavy script x -->
+ <td>&#x1F5F6;</td> <!-- BALLOT BOLD SCRIPT X -->
+ <td>&#x1F5F7;</td> <!-- BALLOT BOX WITH BOLD SCRIPT X -->
+ </tr>
+ <tr>
+ <td>&#x1F5F8;</td> <!-- LIGHT CHECK MARK -->
+ <td class="lacuna"></td> <!-- ballot box with light check -->
+ <td class="dup">&#x2713;</td> <!-- CHECK MARK -->
+ <td>&#x2611;</td> <!-- BALLOT BOX WITH CHECK -->
+ <td class="dup">&#x2714;</td> <!-- HEAVY CHECK MARK -->
+ <td class="lacuna"></td> <!-- ballot box with heavy check -->
+ <td class="lacuna"></td> <!-- bold check mark -->
+ <td>&#x1F5F9;</td> <!-- BALLOT BOX WITH BOLD CHECK -->
+ </tr>
+ </table>
+ </body>
+</html>