Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Dont correct show "<font face="Symbol">&Egrave;</font>"

  • 1 reply
  • 7 have this problem
  • 8 views
  • Last reply by cor-el

more options

Why dont show correctly symbol: <font face="Symbol">È</font> <font>È</font>

Show "È" instead correctly symbol

http://rifmoved.ru/prosodia.htm

In IE all good...

Thank You!

Why dont show correctly symbol: <font face="Symbol">&Egrave;</font> <font-family="Symbol">&Egrave;</font> Show "È" instead correctly symbol [http://example.com http://rifmoved.ru/prosodia.htm] In IE all good... Thank You!

Chosen solution

The Symbol font is a 8 bit font that maps on the main ASCII set (0x00-0xFF) and doesn't work in Firefox. It is best to always use the Unicode representation of characters to avoid font problems because in that case any font that supports those symbols can be used and it works on all platforms if you have a font that covers that Unicode range.

See Why aren’t symbol/dingbat fonts working? - MDC FAQ

Read this answer in context 👍 2

All Replies (1)

more options

Chosen Solution

The Symbol font is a 8 bit font that maps on the main ASCII set (0x00-0xFF) and doesn't work in Firefox. It is best to always use the Unicode representation of characters to avoid font problems because in that case any font that supports those symbols can be used and it works on all platforms if you have a font that covers that Unicode range.

See Why aren’t symbol/dingbat fonts working? - MDC FAQ

Modified by cor-el