tor-browser

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

font-variant-emoji-2-ref.html (375B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>CSS Fonts: font-variant-emoji reference file</title>
      4 <style>
      5 div { font: 40px/2 serif; }
      6 </style>
      7 <body>
      8 <p>text</p>
      9 <div>&#x263A;&#xfe0e; &#x263A;&#xfe0e; &#x263A;&#xfe0f;</div>
     10 <p>emoji</p>
     11 <div>&#x263A;&#xfe0f; &#x263A;&#xfe0e; &#x263A;&#xfe0f;</div>
     12 <p>unicode</p>
     13 <div>&#x263A;&#xfe0e; &#x263A;&#xfe0e; &#x263A;&#xfe0f;</div>