Check whether the encoding of the css file and the encoding of the html document are consistent. It is better to use all utf-8. You can also try adding @charset "utf-8";
to the css document header
unicode use content: '66F4 591A >';
You can use this conversion https://r12a.github.io/apps/conversion/ The one in the bottom corner is css
Method 1: Check the encoding format of HTML files and CSS files and use unified encoding.
Method 2: Try not to include Chinese characters in CSS and JS. If you must have it but are afraid of problems, you can convert Chinese into unicode. You can go here to convert: tool.chinaz.com/Tools/Unicode.aspx
Check whether the encoding of the css file and the encoding of the html document are consistent.
to the css document headerIt is better to use all utf-8. You can also try adding
@charset "utf-8";
unicode use
content: '66F4 591A >';
You can use this conversion https://r12a.github.io/apps/conversion/ The one in the bottom corner is css
Method 1:
Check the encoding format of HTML files and CSS files and use unified encoding.
Method 2:
Try not to include Chinese characters in CSS and JS. If you must have it but are afraid of problems, you can convert Chinese into unicode.
You can go here to convert: tool.chinaz.com/Tools/Unicode.aspx