How to add emoji to Rich Text Token? | Community
Skip to main content
New Participant
April 7, 2021
Solved

How to add emoji to Rich Text Token?

  • April 7, 2021
  • 1 reply
  • 4054 views

Hello again Marketing Nation!

 

How to add emoji to Rich Text Token?

 

When adding an emoji via Unicode e.g. "😀" to a Text Token, it works as expected - the emoji is rendered in email.

 

But, when using the same Unicode in a Rich Text Token, it does NOT work as expected - the Unicode is removed from the Rich Text Token after saving, and no emoji is rendered in email.

 

Any help would be much appreciated!

Best,
ernie

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

When adding an emoji via Unicode e.g. "😀" to a Text Token, it works as expected - the emoji is rendered in email.

First, let's not call that "Unicode" as it's basically as far as you can get from the numeric codepoint itself.

 

Rather, it's one particular sequence of ASCII chars that is designed, in HTML only, to be transformed into a Unicode codepoint.  (No single text encoding should actually be called "Unicode," though at least UTF32 is close to the spirit.)

 

Anyway, there's no way to do what you want in the WYSIWYG editor. Marketo is overprotective of emojis. You can use a Text {{my.token}} or a Velocity {{my.token}}.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
April 7, 2021

When adding an emoji via Unicode e.g. "😀" to a Text Token, it works as expected - the emoji is rendered in email.

First, let's not call that "Unicode" as it's basically as far as you can get from the numeric codepoint itself.

 

Rather, it's one particular sequence of ASCII chars that is designed, in HTML only, to be transformed into a Unicode codepoint.  (No single text encoding should actually be called "Unicode," though at least UTF32 is close to the spirit.)

 

Anyway, there's no way to do what you want in the WYSIWYG editor. Marketo is overprotective of emojis. You can use a Text {{my.token}} or a Velocity {{my.token}}.

NestoJosaAuthor
New Participant
April 8, 2021

Hi @sanfordwhiteman 

 

Thanks for the information!

 

I now understand that its not possible to add emojis to Rich Text Tokens.

 

We are currently looking into adding the emoji as an image instead.

 

 

SanfordWhiteman
New Participant
April 8, 2021

OK. I'd be wary myself of relying on images, unless you're specifically targeting consumer webmail where images are enabled by default.