summaryrefslogtreecommitdiffstats
path: root/pictographs/electronics-symbols.html
blob: 825cc75068b8128abf7a4fa4a9be2ddee81b3003 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Electronics symbols</title>
    <link rel="stylesheet" type="text/css" href="../style.css"/>
  </head>
  <body>
    <table>
      <tr> <!-- power symbols -->
	<td>&#x23FB;</td>              <!-- POWER SYMBOL -->
	<td>&#x23FC;</td>              <!-- POWER ON-OFF SYMBOL -->
	<td>&#x23FD;</td>              <!-- POWER ON SYMBOL -->
	<td class="dup">&#x2B58;</td>  <!-- HEAVY CIRCLE --> <!-- power off symbol -->
	<td>&#x23FE;</td>              <!-- POWER SLEEP SYMBOL -->
      </tr>
      <tr> <!-- electronics type symbols -->
	<td class="dup">&#x2B97;</td>  <!-- SYMBOL FOR TYPE A ELECTRONICS -->
      </tr>
    </table>
  </body>
</html>