summaryrefslogtreecommitdiffstats
path: root/pictographs/interpersonal.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/interpersonal.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/interpersonal.html')
-rw-r--r--pictographs/interpersonal.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/pictographs/interpersonal.html b/pictographs/interpersonal.html
new file mode 100644
index 0000000..bd981b1
--- /dev/null
+++ b/pictographs/interpersonal.html
@@ -0,0 +1,37 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Interpersonal</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x1FAC2;</td> <!-- PEOPLE HUGGING -->
+ <td>&#x1F48F;</td> <!-- KISS -->
+ <td>&#x1F491;</td> <!-- COUPLE WITH HEART -->
+ </tr>
+ <tr>
+ <td>&#x1F48B;</td> <!-- KISS MARK -->
+ <td>&#x1F48C;</td> <!-- LOVE LETTER -->
+ <td>&#x1F48D;</td> <!-- RING -->
+ <td>&#x1F48E;</td> <!-- GEM STONE -->
+ <td>&#x1F490;</td> <!-- BOUQUET -->
+ <td>&#x1F492;</td> <!-- WEDDING -->
+ </tr>
+ <tr>
+ <td class="dup">&#x26AA;</td> <!-- MEDIUM WHITE CIRCLE --> <!-- engaged, betrothed -->
+ <td class="dup">&#x26AC;</td> <!-- MEDIUM SMALL WHITE CIRCLE --> <!-- engaged, betrothed -->
+ <td>&#x26AF;</td> <!-- UNMARRIED PARTNERSHIP SYMBOL -->
+ <td>&#x26AD;</td> <!-- MARRIAGE SYMBOL -->
+ <td>&#x26AE;</td> <!-- DIVORCE SYMBOL -->
+ </tr>
+ <tr>
+ <td>&#x26A4;</td> <!-- INTERLOCKED FEMALE AND MALE SIGN -->
+ <td>&#x26A2;</td> <!-- DOUBLED FEMALE SIGN -->
+ <td>&#x26A3;</td> <!-- DOUBLED MALE SIGN -->
+ </tr>
+ </table>
+ </body>
+</html>