summaryrefslogtreecommitdiffstats
path: root/pictographs/traffic-signs.html
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-28 11:38:14 +0100
committerMattias Andrée <m@maandree.se>2025-12-28 11:38:14 +0100
commit75f34edf4cada2dbf80bf8b8176781b443ffbe00 (patch)
tree3f47ccfaa0ce48c6676721f6edc7008f52c78b6f /pictographs/traffic-signs.html
downloadunicode-tables-75f34edf4cada2dbf80bf8b8176781b443ffbe00.tar.gz
unicode-tables-75f34edf4cada2dbf80bf8b8176781b443ffbe00.tar.bz2
unicode-tables-75f34edf4cada2dbf80bf8b8176781b443ffbe00.tar.xz
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'pictographs/traffic-signs.html')
-rw-r--r--pictographs/traffic-signs.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/pictographs/traffic-signs.html b/pictographs/traffic-signs.html
new file mode 100644
index 0000000..83eb988
--- /dev/null
+++ b/pictographs/traffic-signs.html
@@ -0,0 +1,47 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Traffic signs</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x1F6A8;</td> <!-- POLICE CARS REVOLVING LIGHT -->
+ <td>&#x1F530;</td> <!-- JAPANESE SYMBOL FOR BEGINNER -->
+ <td>&#x26CD;</td> <!-- DISABLED CAR -->
+ </tr>
+ <tr>
+ <td>&#x1F6A5;</td> <!-- HORIZONTAL TRAFFIC LIGHT -->
+ <td>&#x1F6A6;</td> <!-- VERTICAL TRAFFIC LIGHT -->
+ </tr>
+ <tr>
+ <td>&#x1F6C6;</td> <!-- TRIANGLE WITH ROUNDED CORNERS -->
+ <td>&#x1F6D1;</td> <!-- OCTAGONAL SIGN -->
+ <td>&#x1F6B8;</td> <!-- CHILDREN CROSSING -->
+ <td class="dup">&#x2318;</td> <!-- PLACE OF INTEREST SIGN -->
+ <td>&#x26D4;</td> <!-- NO ENTRY -->
+ <td>&#x26D6;</td> <!-- BLACK TWO-WAY LEFT WAY TRAFFIC -->
+ <td>&#x26D7;</td> <!-- WHITE TWO-WAY LEFT WAY TRAFFIC -->
+ <td>&#x26D8;</td> <!-- BLACK LEFT LANE MERGE -->
+ <td>&#x26D9;</td> <!-- WHITE LEFT LANE MERGE -->
+ <td>&#x26DC;</td> <!-- LEFT CLOSED ENTRY -->
+ <td>&#x26D5;</td> <!-- ALTERNATE ONE-WAY LEFT WAY TRAFFIC -->
+ <td>&#x26D2;</td> <!-- CIRCLED CROSSING LANES -->
+ <td>&#x26CC;</td> <!-- CROSSING LANES -->
+ <td>&#x26DA;</td> <!-- DRIVE SLOW SIGN -->
+ <td>&#x26DB;</td> <!-- HEAVY WHITE DOWN-POINTING TRIANGLE -->
+ <td>&#x26DD;</td> <!-- SQUARED SALTIRE -->
+ <td>&#x26DE;</td> <!-- FALLING DIAGONAL IN WHITE CIRCLE IN BLACK SQUARE -->
+ <td>&#x26E0;</td> <!-- RESTRICTED LEFT ENTRY-1 -->
+ <td>&#x26E1;</td> <!-- RESTRICTED LEFT ENTRY-2 -->
+ <td>&#x1F18A;</td> <!-- CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P -->
+ </tr>
+ <tr>
+ <td>&#x1F6A7;</td> <!-- CONSTRUCTION SIGN -->
+ <td>&#x26CF;</td> <!-- PICK --> <!-- under construction -->
+ </tr>
+ </table>
+ </body>
+</html>