html中的实心三角形和倒三角形符号

发布于 2024-09-05 06:51:04 字数 167 浏览 5 评论 0原文

我需要在电子邮件中显示以下两个符号,

  1. 向上实心增量:某物 像▲
  2. 实线向下增量:▼

但是我不能使用扩展ascii集,因为它会导致生成我的电子邮件模板的unix系统出现问题。

是否有任何 html 代码或任何其他代码可以实现此目的?

I need to display the following two symbols in an email

  1. solid upward delta : something
    like ▲
  2. solid downward delta : ▼

But i cannot use extended-ascii set, because it causes problems in the unix system where my email templates are generated.

Is there any html code, or any other code to accomplish this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

菩提树下叶撕阳。 2024-09-12 06:51:05

您可以尝试使用 unicode 值作为字符实体,如下所示:

▲     (for ▲)
▼     (for ▼)

这对我有用,但值得进行大量测试,因为不同客户端的支持可能差异很大......

You can try using the unicode values as character entities, as follows:

▲     (for ▲)
▼     (for ▼)

This works for me, but it's worth testing a lot because support in different clients may be quite variable...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文