summaryrefslogtreecommitdiffstats
path: root/pictographs/flags.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/flags.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/flags.html')
-rw-r--r--pictographs/flags.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/pictographs/flags.html b/pictographs/flags.html
new file mode 100644
index 0000000..bcd4668
--- /dev/null
+++ b/pictographs/flags.html
@@ -0,0 +1,30 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Flags</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x2690;</td> <!-- WHITE FLAG -->
+ <td>&#x1F3F3;</td> <!-- WAVING WHITE FLAG -->
+ <td>&#x1F3F1;</td> <!-- WHITE PENNANT -->
+ </tr>
+ <tr>
+ <td>&#x2691;</td> <!-- BLACK FLAG -->
+ <td>&#x1F3F4;</td> <!-- WAVING BLACK FLAG -->
+ <td>&#x1F3F2;</td> <!-- BLACK PENNANT -->
+ </tr>
+ <tr>
+ <td class="dup">&#x1F3C1;</td> <!-- CHEQUERED FLAG -->
+ <td class="dup">&#x1F38C;</td> <!-- CROSSED FLAGS -->
+ <td class="dup">&#x1F6A9;</td> <!-- TRIANGULAR FLAG ON POST -->
+ <td class="dup">&#x26FF;</td> <!-- WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE -->
+ </tr>
+
+ <!-- See also `regional-indicators`; which are typically rendered as flags -->
+ </table>
+ </body>
+</html>