Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

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
  • 1 view
  • Last reply by cor-el

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)

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