Emoji inside Landing Page Rich Text Box | Community
Skip to main content
New Participant
June 4, 2021
Solved

Emoji inside Landing Page Rich Text Box

  • June 4, 2021
  • 1 reply
  • 2830 views

Hi,

 

We have been trying to add emojis to one of our landing pages, adding it inside a Rich Text Box editor.

We've tried adding it directly to the HTML code as 🦁 and even copying directly the emoji from and pasting it in the RTE.

When we save the RTE, the emoji is showing up ok inside the page but as soon as we preview or approve the whole page, all the content included in the RTE below the emoji is removed and deleted completely.

 

Has anyone experienced something like this before? Is there a way to be able to add emojis to a LP?

 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Put the HTML entity in a Text {{my.token}}. Then it won't be stripped.

 

BUT Lion Face in particular is a bad choice, if I may say so. It's not supported on my latest Chrome/Windows nor Waterfox/Windows. Frankly on an LP you'd be better off using an emoji webfont, which will be supported everywhere, unless you're absolutely sure your Emoji has existed for long enough.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 4, 2021

Put the HTML entity in a Text {{my.token}}. Then it won't be stripped.

 

BUT Lion Face in particular is a bad choice, if I may say so. It's not supported on my latest Chrome/Windows nor Waterfox/Windows. Frankly on an LP you'd be better off using an emoji webfont, which will be supported everywhere, unless you're absolutely sure your Emoji has existed for long enough.

JoseSe6Author
New Participant
June 8, 2021

Thanks @sanfordwhiteman!

The Lion Face one was just an example, we are using only emojis accepted by w3.

SanfordWhiteman
New Participant
June 8, 2021

The Lion Face one was just an example, we are using only emojis accepted by w3.


It's not a question of approved or unapproved (Unicode approves Emojis, not W3C, btw) but whether browsers have implemented them. An emoji that was added 5 years ago doesn't necessarily have support everywhere, needs to be tested.