How to use an emoji as a favicon
You can't directly use an emoji as a favicon, a favicon needs to be an image.
However, you can get an image of the emoji using EMOJICDN:
<link rel="icon" href="https://emojicdn.elk.sh/🍉" />
Just replace the 🍉
emoji with any emoji you'd like.