Emoji inside Landing Page Rich Text Box | Adobe Higher Education
Skip to main content
Level 2
June 4, 2021
해결됨

Emoji inside Landing Page Rich Text Box

  • June 4, 2021
  • 3 답변들
  • 2871 조회

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!

이 주제는 답변이 닫혔습니다.
최고의 답변: 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.

3 답변

SanfordWhiteman
Level 10
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.

JoseSe6작성자
Level 2
June 8, 2021

Thanks @sanfordwhiteman!

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

SanfordWhiteman
Level 10
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.