emoji-skintone.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 Symbol', 'Apple Symbols', 'DejaVu Sans', 'Noto Sans Symbols', 'Segoe UI Emoji', 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji'; 9 } 10 </style> 11 </head> 12 <body> 13 14 <div id=test> 15 <span>☝🏻☝︎☝🏻</span><br> 16 </div> 17 18 </body> 19 </html>