diff options
Diffstat (limited to 'pictographs/electronics-symbols.html')
| -rw-r--r-- | pictographs/electronics-symbols.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pictographs/electronics-symbols.html b/pictographs/electronics-symbols.html new file mode 100644 index 0000000..825cc75 --- /dev/null +++ b/pictographs/electronics-symbols.html @@ -0,0 +1,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>⏻</td> <!-- POWER SYMBOL --> + <td>⏼</td> <!-- POWER ON-OFF SYMBOL --> + <td>⏽</td> <!-- POWER ON SYMBOL --> + <td class="dup">⭘</td> <!-- HEAVY CIRCLE --> <!-- power off symbol --> + <td>⏾</td> <!-- POWER SLEEP SYMBOL --> + </tr> + <tr> <!-- electronics type symbols --> + <td class="dup">⮗</td> <!-- SYMBOL FOR TYPE A ELECTRONICS --> + </tr> + </table> + </body> +</html> |
