Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Occasional missing Chinese character

  • 2 réponses
  • 1 a ce problème
  • 41 vues
  • Dernière réponse par cor-el

more options

Hi! I've recently been having a problem with displaying some Chinese characters on Firefox. It seems like some Chinese characters don't display at all (no boxes or anything) in some sans-serif fonts.

For example, the character 变 isn't visible as I'm typing in this text box nor is it visible if I type it in the address bar. Also, as shown in the attached image its sans-serif form isn't visible in this page: https://zh.wiktionary.org/zh-hans/%E5%8F%98 while it is perfectly visible on Microsoft Edge. Inspecting the missing character shows that it's using the MS Gothic font.

The English Wiktionary page of the same character (https://en.wiktionary.org/wiki/%E5%8F%98) uses the DengXian font without any problems.

I have the Chinese supplemental fonts installed on my computer (Windows 10) and I have a Japanese system locale.

Hi! I've recently been having a problem with displaying some Chinese characters on Firefox. It seems like some Chinese characters don't display at all (no boxes or anything) in some sans-serif fonts. For example, the character 变 isn't visible as I'm typing in this text box nor is it visible if I type it in the address bar. Also, as shown in the attached image its sans-serif form isn't visible in this page: https://zh.wiktionary.org/zh-hans/%E5%8F%98 while it is perfectly visible on Microsoft Edge. Inspecting the missing character shows that it's using the MS Gothic font. The English Wiktionary page of the same character (https://en.wiktionary.org/wiki/%E5%8F%98) uses the DengXian font without any problems. I have the Chinese supplemental fonts installed on my computer (Windows 10) and I have a Japanese system locale.

Toutes les réponses (2)

more options

Apparently the image never attached. Here it is.

more options

The website specifies font-family: sans-serif as the default font in an @media screen rule if I check this in the Inspector, The fonts tab shows that Firefox is using this font: Droid Sans Fallback. The en.wiktionary.org page uses for me the same font for this character although this page specifies a lot of fonts as possible choices with sans-serif as the last choice.

 html,body {
  height:100%;
  margin:0;
  padding:0;
  font-family:sans-serif
 }

In your case Firefox appears to be using a font that doesn't have this glyph and doesn't fallback to another font. There might be a problem with the default sans-serif font in Windows and Firefox selects another font.