tor-browser

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

mo-lspace-rspace.html (671B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>mo-lspace-rspace</title>
      5    <link rel="match" href="mo-lspace-rspace-ref.html">
      6  </head>
      7 
      8  <body>
      9 
     10    <p>
     11      <!-- not in the operator dictionary -->
     12      <math>
     13        <mtext>_</mtext>
     14        <mo>MO</mo>
     15        <mtext>_</mtext>
     16      </math>
     17    </p>
     18 
     19    <p>
     20      <!-- operator.\u223F.infix = lspace:3 rspace:3 # sine wave -->
     21      <math>
     22        <mtext>_</mtext>
     23        <mo>&#x0223F;</mo>
     24        <mtext>_</mtext>
     25      </math>
     26    </p>
     27 
     28    <p>
     29      <!-- Invisible operator -->
     30      <math>
     31        <mtext>_</mtext>
     32        <mo>&#x02061;</mo>
     33        <mtext>_</mtext>
     34      </math>
     35    </p>
     36 
     37  </body>
     38 </html>