summaryrefslogtreecommitdiffstats
path: root/tableless/invisible-characters.html
diff options
context:
space:
mode:
Diffstat (limited to 'tableless/invisible-characters.html')
-rw-r--r--tableless/invisible-characters.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/tableless/invisible-characters.html b/tableless/invisible-characters.html
new file mode 100644
index 0000000..533f063
--- /dev/null
+++ b/tableless/invisible-characters.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Invisible characters</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table class="tableless">
+ <tr><td>U+2061</td><td>FUNCTION APPLICATION</td></tr>
+ <tr><td>U+2062</td><td>INVISIBLE TIMES</td></tr>
+ <tr><td>U+2063</td><td>INVISIBLE SEPARATOR</td></tr>
+ <tr><td>U+2064</td><td>INVISIBLE PLUS</td></tr>
+ </table>
+ </body>
+</html>