tor-browser

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

emoji-fallback-1.html (262B)


      1 <!DOCTYPE HTML>
      2 <html lang="en-US">
      3 <head>
      4 <meta charset="utf-8">
      5 <title>emoji fallback</title>
      6 <style>
      7 div {
      8  font-size: 48pt;
      9 }
     10 #test {
     11  font-size: 24pt;
     12 }
     13 </style>
     14 </head>
     15 <body>
     16 
     17 <div><span id=test>&#x231a;&#x231b;&#x1f300;&#x1f301;</div>
     18 
     19 </body>
     20 </html>