summaryrefslogtreecommitdiffstats
path: root/pictographs/birth-and-death-symbols.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/birth-and-death-symbols.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/birth-and-death-symbols.html')
-rw-r--r--pictographs/birth-and-death-symbols.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/pictographs/birth-and-death-symbols.html b/pictographs/birth-and-death-symbols.html
new file mode 100644
index 0000000..230e576
--- /dev/null
+++ b/pictographs/birth-and-death-symbols.html
@@ -0,0 +1,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>