summaryrefslogtreecommitdiffstats
path: root/symbols/gender-symbols.html
blob: ee647e7cb4b6f13fabc34eb16d2dd166f7a6bb56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>