samedi 27 juillet 2019

Html character emoji does not render

I want to add emojis in a html page, eg. 🇬🇧 but they do not render with the colorized icon.

I tried the follwing

  <meta charset="utf-8" />
  <body>
    🇬🇧
    🐑
  </body>
</html>

And it does not show the colorized icons of the UK flag and sheep respectively. I as well tried wrapping the emoji characters in a span but it neither works. Maybe is something related to the fonts?




Aucun commentaire:

Enregistrer un commentaire