summaryrefslogtreecommitdiffstats
path: root/pictographs/gestures.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/gestures.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/gestures.html')
-rw-r--r--pictographs/gestures.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/pictographs/gestures.html b/pictographs/gestures.html
new file mode 100644
index 0000000..1d9a25f
--- /dev/null
+++ b/pictographs/gestures.html
@@ -0,0 +1,34 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Gestures</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x1F645;</td> <!-- FACE WITH NO GOOD GESTURE -->
+ <td>&#x1F646;</td> <!-- FACE WITH OK GESTURE -->
+ <td>&#x1F647;</td> <!-- PERSON BOWING DEEPLY -->
+ </tr>
+ <tr>
+ <td>&#x1F64B;</td> <!-- HAPPY PERSON RAISING ONE HAND -->
+ <td>&#x1F64C;</td> <!-- PERSON RAISING BOTH HANDS IN CELEBRATION -->
+ </tr>
+ <tr>
+ <td>&#x1F64D;</td> <!-- PERSON FROWNING -->
+ <td>&#x1F64E;</td> <!-- PERSON WITH POUTING FACE -->
+ </tr>
+ <tr>
+ <td>&#x1F32C;</td> <!-- WIND BLOWING FACE -->
+ <td>&#x1F937;</td> <!-- SHRUG -->
+ </tr>
+ <tr>
+ <td>&#x1F648;</td> <!-- SEE-NO-EVIL MONKEY -->
+ <td>&#x1F649;</td> <!-- HEAR-NO-EVIL MONKEY -->
+ <td>&#x1F64A;</td> <!-- SPEAK-NO-EVIL MONKEY -->
+ </tr>
+ </table>
+ </body>
+</html>