문제

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?

도움이 되었습니까?

해결책

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...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top