In CSS, you can use the "@charset" rule to set the character encoding to "utf-8". This rule can specify the character encoding used in the style file. The syntax is "@charset "UTF-8" ";" The "@charset" rule must be the first element in the stylesheet and must not be preceded by any characters.
The operating environment of this tutorial: Windows 7 system, CSS3&&HTML5 version, Dell G3 computer.
In CSS, you can use the "@charset" rule to set the character encoding to "utf-8".
@charset attribute specifies the character encoding used in style files (.css suffix) and can only be used in CSS files.
It must be the first element in the style sheet, and there must be no characters in front of it, not even comments.
If multiple @charset rules are declared, only the first one will be used, and it cannot be used in HTML elements or HTML pages, that is, it cannot be used within the
Note: @charset rules cannot be used in the character set-related
After "@charset", specify the name of the character encoding (in quotation marks), The syntax is:
@charset "字符集名";
Indicates that the character set name is a distinction case, but for new stylesheets it should always be UTF-8. It must be the name of a web-safe character encoding defined in the IANA registry.
Example 1: The following @charset declaration indicates that the style sheet uses UTF-8 character encoding:
@charset "UTF-8";
Example 2: The following list describes Wrong character set encoding:
@charset 'iso-8859-15'; /* 使用了错误的引用样式,因此它无效*/ @charset UTF-8; /* 无效,因为字符编码名称未包含在引号中*/ @charset "UTF-8"; /*多个空格无效 */ @charset "UTF-8";/* 无效,在规则之前有一个字符(空格)*/
Description: If a special character used in a style sheet cannot be represented in the character encoding specified in the style sheet, you can use "Character Escape" to escape the character.
(Learning video sharing: css video tutorial)
The above is the detailed content of How to set css file to utf-8. For more information, please follow other related articles on the PHP Chinese website!

In this week's roundup: Firefox gains locksmith-like powers, Samsung's Galaxy Store starts supporting Progressive Web Apps, CSS Subgrid is shipping in Firefox

In this week's roundup: Internet Explorer finds its way into Edge, Google Search Console touts a new speed report, and Firefox gives Facebook's notification

You’re probably already at least a little familiar with CSS variables. If not, here’s a two-second overview: they are really called custom properties, you set

Building websites is programming. Writing HTML and CSS is programming. I am a programmer, and if you're here, reading CSS-Tricks, chances are you're a

Here's what I'd like you to know upfront: this is a hard problem. If you've landed here because you're hoping to be pointed at a tool you can run that tells

Picture-in-Picture made its first appearance on the web in the Safari browser with the release of macOS Sierra in 2016. It made it possible for a user to pop

Gatsby does a great job processing and handling images. For example, it helps you save time with image optimization because you don’t have to manually

I learned something about percentage-based (%) padding today that I had totally wrong in my head! I always thought that percentage padding was based on the


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool