Forum Discussion
dominik____
Apr 26, 2023Copper Contributor
Incoming Webhooks Emojis stopped working
Edit: It seems that emojis are working again since 28.04.2023 --- Until 25th of April 2023 I was able to send AdaptiveCards to the Teams Incoming Webhook that contained (unicode) emojis in TextB...
AndyMcMullan
Apr 26, 2023Copper Contributor
I am seeing the same problem, but with MessageCard. For example this fails:
{
"@context": "https://schema.org/extensions",
"@type": "MessageCard",
"themeColor": "abcdef",
"title": "Hello World",
"text": "Hello 🟥"
}
If I remove the red square character, it works.
From some quick testing, it seems to affect any Unicode characters in the Supplementary Multilingual Plane (U+10000 - U+1FFFF)
{
"@context": "https://schema.org/extensions",
"@type": "MessageCard",
"themeColor": "abcdef",
"title": "Hello World",
"text": "Hello 🟥"
}
If I remove the red square character, it works.
From some quick testing, it seems to affect any Unicode characters in the Supplementary Multilingual Plane (U+10000 - U+1FFFF)