tor-browser

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

emoji-skintone-ref.html (417B)


      1 <!DOCTYPE HTML>
      2 <html lang="en-US">
      3 <head>
      4 <meta charset="utf-8">
      5 <title>emoji with skintone</title>
      6 <style>
      7 #test {
      8    font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji', 'Segoe UI Symbol', 'Apple Symbols', 'DejaVu Sans', 'Noto Sans Symbols';
      9 }
     10 </style>
     11 </head>
     12 <body>
     13 
     14 <div id=test>
     15 <span>&#x261d;&#x1f3fb;&#x261d;&#xfe0e;&#x261d;&#x1f3fb;</span><br>
     16 </div>
     17 
     18 </body>
     19 </html>