---
title: Jeux de caractères CSS
slug: Web/CSS/CSS_Charsets
tags:
  - Aperçu
  - CSS
  - CSS Charsets
  - Reference
translation_of: Web/CSS/CSS_Charsets
original_slug: Web/CSS/Jeux_de_caractères_CSS
---
<div>{{CSSRef}}</div>

<p><strong>Les jeux de caractères pour CSS</strong> est un module CSS qui permet de définir le jeu de caractères utilisé dans les feuilles de style.</p>

<h2 id="Référence">Référence</h2>

<h3 id="Règles">Règles @</h3>

<div class="index">
<ul>
 <li>{{cssxref("@charset")}}</li>
</ul>
</div>

<h2 id="Spécifications">Spécifications</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Spécification</th>
   <th scope="col">État</th>
   <th scope="col">Commentaires</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('CSS2.1', 'syndata.html#x57', '@charset')}}</td>
   <td>{{Spec2('CSS2.1')}}</td>
   <td>Définition initiale</td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>

<h3 id="Règle-_charset">Règle-@ <code>@charset</code></h3>

<p>{{Compat("css.at-rules.charset")}}</p>