Emoji and text in Subject Line Issues | Community
Skip to main content
New Participant
August 22, 2022
Solved

Emoji and text in Subject Line Issues

  • August 22, 2022
  • 1 reply
  • 1803 views

I am trying to add the following to my subject line: 🕚 29 hours left…

 

I have tried the UTF code =?UTF-8?Q?=F0=9F=95=90?= for the clock, but it shows up as just the UTF code when I send a test. What am I doing wrong?

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

 


I have tried the UTF code =?UTF-8?Q?=F0=9F=95=90?= for the clock

Q encoding, to be clear (it happens to be Q-encoded UTF-8).

 

If there are any other non-ASCII characters in the Subject, they need to be Q-encoded too. You also have the ellipsis character. That’s

=?UTF-8?Q?=E2=80=A6?=

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
August 22, 2022

 


I have tried the UTF code =?UTF-8?Q?=F0=9F=95=90?= for the clock

Q encoding, to be clear (it happens to be Q-encoded UTF-8).

 

If there are any other non-ASCII characters in the Subject, they need to be Q-encoded too. You also have the ellipsis character. That’s

=?UTF-8?Q?=E2=80=A6?=
New Participant
August 23, 2022

Yes, absolutely right, and the shared code is also working fine.

 

See screenshot -

 

@asonnentag, Please check the subject line again.

 

Thanks!