summaryrefslogtreecommitdiffstats
path: root/pictographs/ballot.html
blob: 232847b5213afb31fea0a6ee6cca35d52f064fcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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>