如何在邮件中插入特殊字符HTML?

How to insert special character in the email HTML?

在我的 html 中,我有以下代码

this is a star symbol &#9733 当我在浏览器中打开它时,我看到:

但是如果在 Gmail 客户端的电子邮件源(使用 mailgun)中发送此 html,我会看到:

发生这种情况是因为在 google 客户 &#9733 转向 &#9733

我应该在给明星的电子邮件中发送什么 html 代码?

你从哪里得到那个 unicode? 来自 Unicode 的代码应该有效。 所以对于你的明星,你可以试试这个 ⋆