blob: 3e0a57a0717b56173f41ee0fd4bc4d220692f417 (
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
|
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Dictionary symbols</title>
<link rel="stylesheet" type="text/css" href="../style.css"/>
</head>
<body>
<table>
<tr>
<td class="dup">⚓</td> <!-- ANCHOR --> <!-- nautical term -->
<td class="dup">⚔</td> <!-- CROSSED SWORDS --> <!-- military term -->
<td class="dup">⚕</td> <!-- STAFF OF AESCULAPIUS --> <!-- medical term -->
<td class="dup">⚖</td> <!-- SCALES --> <!-- legal term -->
<td class="dup">⚗</td> <!-- ALEMBIC --> <!-- chemical term -->
<td>⚘</td> <!-- FLOWER --> <!-- botanical term -->
<td class="dup">⚚</td> <!-- STAFF OF HERMES --> <!-- commercial term -->
</tr>
<tr>
<td class="dup">⁅</td> <!-- LEFT SQUARE BRACKET WITH QUILL -->
<td class="dup">⁆</td> <!-- RIGHT SQUARE BRACKET WITH QUILL -->
<td class="dup">~</td> <!-- TILDE -->
</tr>
</table>
</body>
</html>
|