summaryrefslogtreecommitdiffstats
path: root/symbols/legal-symbols.html
diff options
context:
space:
mode:
Diffstat (limited to 'symbols/legal-symbols.html')
-rw-r--r--symbols/legal-symbols.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/symbols/legal-symbols.html b/symbols/legal-symbols.html
new file mode 100644
index 0000000..cc29788
--- /dev/null
+++ b/symbols/legal-symbols.html
@@ -0,0 +1,31 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Legal symbols</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x2120;</td> <!-- SERVICE MARK -->
+ <td>&#x2122;</td> <!-- TRADE MARK SIGN -->
+ </tr>
+ <tr>
+ <td>&#x00A9;</td> <!-- COPYRIGHT SIGN -->
+ <td>&#x1F12F;</td> <!-- COPYLEFT SYMBOL -->
+ <td>&#x1F1AD;</td> <!-- MASK WORK SYMBOL -->
+ <td>&#x2117;</td> <!-- SOUND RECORDING COPYRIGHT -->
+ <td>&#x00AE;</td> <!-- REGISTERED SIGN -->
+ </tr>
+ <tr> <!-- Creative Commons symbols -->
+ <td>&#x1F10D;</td> <!-- CIRCLED ZERO WITH SLASH -->
+ <td>&#x1F10E;</td> <!-- CIRCLED ANTICLOCKWISE ARROW -->
+ <td>&#x1F10F;</td> <!-- CIRCLED DOLLAR SIGN WITH OVERLAID BACKSLASH -->
+ <td>&#x1F16D;</td> <!-- CIRCLED CC -->
+ <td>&#x1F16E;</td> <!-- CIRCLED C WITH OVERLAID BACKSLASH -->
+ <td>&#x1F16F;</td> <!-- CIRCLED HUMAN FIGURE -->
+ </tr>
+ </table>
+ </body>
+</html>