Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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
Solved Archived

Firefox showing 'chevron_right' on some web pages

user4085899900914... replied
user40858999009140401283025904172309204834

On some websites Firefox displays html tags - see examples below

These tags dont appear when I use Microsoft Edge or Chrome

Any ideas what is causing this ?

Thanks Dave Sharpe

On some websites Firefox displays html tags - see examples below These tags dont appear when I use Microsoft Edge or Chrome Any ideas what is causing this ? Thanks Dave Sharpe
Attached screenshots

All Replies (2)

Chosen Solution

You see little boxes with the hex code of the character or text labels if you do not have a font installed that covers this Unicode range or block downloadable fonts or if you do not allow pages to choose their own fonts.

Small icons can be supplied by an iconic font that is downloaded from the server via @font-face CSS rules. If you have content blocking extensions then make sure that you do not block remote fonts. Also make sure you allow pages to choose their own fonts.

  • Settings -> General: Fonts & Colors -> Advanced
    [X] "Allow pages to choose their own fonts, instead of my selections above"

You can check gfx.downloadable_fonts.enabled on the about:config page and make sure it is set to true and if necessary click its reset button to set its value to true.

Thanks very much @cor-el. That solved the issue