tor-browser

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

currency-1-ref.html (1240B)


      1 <html>
      2 <head>
      3 <style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
      4 </head>
      5 <body>
      6 
      7 <p>______$123,456-</p>
      8 <p>123,456$______</p>
      9 
     10 <!-- BACK SLASH is used for YEN SIGN and WON SIGN in Japan and Korea -->
     11 <p>______\123,456-</p>
     12 <p>123,456\______</p>
     13 
     14 <p>______&euro;123,456-</p>
     15 <p>123,456&euro;______</p>
     16 
     17 <p>______&cent;;123,456-</p>
     18 <p>123,456&cent;______</p>
     19 
     20 <p>______&pound;123,456-</p>
     21 <p>123,456&pound;______</p>
     22 
     23 <p>______&curren;123,456-</p>
     24 <p>123,456&curren;______</p>
     25 
     26 <p>______&yen;123,456-</p>
     27 <p>123,456&yen;______</p>
     28 
     29 <!-- EURO-CURRENCY SIGN -->
     30 <p>______&#x20A0;123,456-</p>
     31 <p>123,456&#x20A0;______</p>
     32 
     33 <!-- COLON SIGN -->
     34 <p>______&#x20A1;123,456-</p>
     35 <p>123,456&#x20A1;______</p>
     36 
     37 <!-- CRUZEIRO SIGN -->
     38 <p>______&#x20A2;123,456-</p>
     39 <p>123,456&#x20A2;______</p>
     40 
     41 <!-- FRENCH FRANC SIGN -->
     42 <p>______&#x20A3;123,456-</p>
     43 <p>123,456&#x20A3;______</p>
     44 
     45 <!-- LIRA SIGN -->
     46 <p>______&#x20A4;123,456-</p>
     47 <p>123,456&#x20A4;______</p>
     48 
     49 <!-- MILL SIGN -->
     50 <p>______&#x20A5;123,456-</p>
     51 <p>123,456&#x20A5;______</p>
     52 
     53 <!-- NAIRA SIGN -->
     54 <p>______&#x20A6;123,456-</p>
     55 <p>123,456&#x20A6;______</p>
     56 
     57 <!-- PESETA SIGN -->
     58 <p>______&#x20A7;123,456-</p>
     59 <p>123,456&#x20A7;______</p>
     60 
     61 </body>
     62 </html>