tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

zwnbsp-1.html (972B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <style type="text/css">
      6 p { margin: 5px 1em; line-height: 1.5; width: 0; }
      7 </style>
      8 </head>
      9 <body>
     10 
     11 <div style="float:left; width: 15em;">
     12 <!-- U+FEFF is (deprecated) ZERO-WIDTH NO-BREAK SPACE -->
     13 <p>abcdef&#xfeff;abcdef</p>
     14 <p>abcdef)&#xfeff;(abcdef</p>
     15 <p>abcdef &#xfeff;abcdef</p>
     16 <p>abcdef&#xfeff; abcdef</p>
     17 <p>abcdef&#xfeff;&#xfeff;&#xfeff;abcdef</p>
     18 
     19 <p>コミュニ</p>
     20 <p>&#xfeff;&#xfeff;&#xfeff;</p>
     21 
     22 <p>你好吗?</p>
     23 <p>&#xfeff;好吗?</p>
     24 <p>&#xfeff;&#xfeff;吗?</p>
     25 </div>
     26 
     27 <div style="float:left; width: 15em;">
     28 <!-- U+2060 is WORD JOINER -->
     29 <p>abcdef&#x2060;abcdef</p>
     30 <p>abcdef)&#x2060;(abcdef</p>
     31 <p>abcdef &#x2060;abcdef</p>
     32 <p>abcdef&#x2060; abcdef</p>
     33 <p>abcdef&#x2060;&#x2060;&#x2060;abcdef</p>
     34 
     35 <p>コミュニ</p>
     36 <p>&#x2060;&#x2060;&#x2060;</p>
     37 
     38 <p>你好吗?</p>
     39 <p>&#x2060;好吗?</p>
     40 <p>&#x2060;&#x2060;吗?</p>
     41 </div>
     42 
     43 </body>
     44 </html>