summaryrefslogtreecommitdiffstats
path: root/tableless/invisible-characters.html
blob: 533f0636f6cd87e01c3ca6a831906a666bba6411 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>