Question Mark instead of Emoji?
Hello I see a question mark appearing instead of emoji, I checked all SEO pages and it's not there. Could it be that Brizy replaces the emoji with ???
https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fwww.supreme-cuts.ca%2F
0
-
Hello Yossi,
The Brizy Elbed element does not handle emojis well. To fix this issue, kindly try this approach. Replace each emoji with its respective "Decimal NCR" (Numeric Character Reference) codes in the Embed element and check if emojis display well. For instance, instead of the adding an emoji
<div class="card-icon1">🏆</div>
add its "Decimal NCR" code
<div class="card-icon1">🏆</div>
You can use the Unicode Converter app at https://r12a.github.io/app-conversion/ to generate the "Decimal NCR" codes for each emoji.
0
Please sign in to leave a comment.
Comments
1 comment