[Date updated: 2021/11/02(Tue) 02:22:12]
 How to enable emojis in a old browser? (;´Д`)
 
 Assuming you're XP anonymous-san and the old browser is XP era supporting utf-16 
  and utf-8 to utf-16 conversion
  Install a charmap alternative that supports SMP and look at 0x1F600-0x1F64F
  If you don't see the emoticons you need to install a emoji typeface like tewmoji but 
  don't use a colored or svg in opentype emoji typeface
  You finally need to do a browser specific thing or inject custom css
  body { font-family: Emoticon, Emoji, monospace }
  My moonshot is unicode from unpatched XP doesn't have a SMP typeface but i have no
  need for unicode on XP or 4(゚∀゚)
  
  lolz, I never thought that was actually possible! I will try it tomorrow morning ヽ(´∇`)ノ 
    
    thanks friend (・∀・)
    

Return