summaryrefslogtreecommitdiffstats
path: root/symbols/gender-symbols.html
diff options
context:
space:
mode:
Diffstat (limited to 'symbols/gender-symbols.html')
-rw-r--r--symbols/gender-symbols.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/symbols/gender-symbols.html b/symbols/gender-symbols.html
new file mode 100644
index 0000000..ee647e7
--- /dev/null
+++ b/symbols/gender-symbols.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Gender symbols</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x2640;</td> <!-- FEMALE SIGN -->
+ <td>&#x2642;</td> <!-- MALE SIGN -->
+ <td class="dup">&#x263F;</td> <!-- INTERSEX SIGN → MERCURY -->
+ </table>
+ </body>
+</html>