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

Occasional missing Chinese character

  • 2 replies
  • 1 has this problem
  • 25 views
  • Last reply by 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.

All Replies (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.