This startup returns an emoji inside an SVG
so you can pop that sucker into a favicon.
              <link rel="icon" href="https://fav.farm/๐ฉ" />
            
              <link rel="icon" href="https://fav.farm/๐ถ" />
            
              <link rel="icon" href="https://fav.farm/๐ฅ" />
            
              <link rel="icon" href="https://fav.farm/๐ฅฐ" />
            
              <link rel="icon" href="https://fav.farm/๐ฅ" />
            
              <link rel="icon" href="https://fav.farm/๐" />
            
It works by serving up this SVG code:
            
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 16 16'><text x='0' y='14'>๐ฝ</text></svg>" />
            
          
You can use it with CSS Cursors too!
a { 
              cursor: url('https://fav.farm/๐') 15 0, auto;
          }
          4,387,996 Emoji Favicons Served!
          
          (since I started counting Oct 3, 2024)
        
Top Country Emojis used 
(you guys are so silly gaming these numbers)
Made with ๐ค by @wesbos ร source ๐ฉโ๐ป ร Its TS + Deno