summaryrefslogtreecommitdiffstats
path: root/pictographs/birth-and-death-symbols.html
blob: 230e576c8f531ea656b0df272308a4425fa6ef1f (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
<!doctype html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Birth and death symbols</title>
    <link rel="stylesheet" type="text/css" href="../style.css"/>
  </head>
  <body>
    <table>
      <tr> <!-- birth date, birth or life -->
	<td class="dup">&#x16C9;</td> <!-- RUNIC LETTER ALGIZ EOLHX --> <!-- norse -->
	<td class="dup">&#x002A;</td> <!-- ASTERISK -->                 <!-- christian, the star -->
      <tr>
      <tr> <!-- death, or death date -->
	<td class="dup">&#x16E3;</td> <!-- RUNIC LETTER CALC -->        <!-- norse -->
	<td class="dup">&#x2020;</td> <!-- DAGGER -->                   <!-- christian, the cross -->
      <tr>
      <tr> <!-- remains -->
	<td>&#x26B0;</td>             <!-- COFFIN -->
	<td>&#x26B1;</td>             <!-- FUNERAL URN -->
      </tr>
      <tr> <!-- cause of death -->
	<td class="dup">&#x2694;</td> <!-- CROSSED SWORDS -->           <!-- killed in action -->
      <tr>
    </table>
  </body>
</html>