Search code examples
google-chromegoogle-chrome-extensionemojibrowser-extension

Why are emojis not working in Chrome Extension popups?


In the extension popup HTML I have placed an emoji, like this:

<div> 🔎 <input id="user_input" autofocus> </div

But when I open the extension popup, this shows up:

enter image description here

I'd really like to use emojis in the extension HTML document. I there a way to get around this issue?


Solution

  • Saving the file as UTF8 with BOM fixed it.