diff options
Diffstat (limited to 'pictographs/ballot.html')
| -rw-r--r-- | pictographs/ballot.html | 46 |
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>🗳</td> <!-- BALLOT BOX WITH BALLOT --> + <td>☐</td> <!-- BALLOT BOX --> + </tr> + <tr> + <td class="lacuna"></td> <!-- light ballot x --> + <td>⮽</td> <!-- BALLOT BOX WITH LIGHT X --> + <td class="dup">✗</td> <!-- BALLOT X --> + <td>☒</td> <!-- BALLOT BOX WITH X --> + <td class="dup">✘</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>🗴</td> <!-- BALLOT SCRIPT X --> + <td>🗵</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>🗶</td> <!-- BALLOT BOLD SCRIPT X --> + <td>🗷</td> <!-- BALLOT BOX WITH BOLD SCRIPT X --> + </tr> + <tr> + <td>🗸</td> <!-- LIGHT CHECK MARK --> + <td class="lacuna"></td> <!-- ballot box with light check --> + <td class="dup">✓</td> <!-- CHECK MARK --> + <td>☑</td> <!-- BALLOT BOX WITH CHECK --> + <td class="dup">✔</td> <!-- HEAVY CHECK MARK --> + <td class="lacuna"></td> <!-- ballot box with heavy check --> + <td class="lacuna"></td> <!-- bold check mark --> + <td>🗹</td> <!-- BALLOT BOX WITH BOLD CHECK --> + </tr> + </table> + </body> +</html> |
