Skip to main content

Comments

1 comment

  • KC George

    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">&#127942;</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.