# Partie X

## <span style="color: rgb(55, 190, 140);">**Icônes Unicode dans les scripts Python**</span>

### <span style="color: rgb(115, 100, 100);">Pourquoi les utiliser ?</span>

Les caractères Unicode (émojis et pictogrammes) permettent :

- d’améliorer la **lisibilité** de vos affichages terminal ;
- de rendre les données plus **intuitives** ;
- de créer des **interfaces plus conviviales**, même en mode texte.

### <span style="color: rgb(115, 100, 100);">Comment afficher un caractère Unicode en python ?</span>

Chaque icône a un **code Unicode** qu’on peut insérer en Python comme ceci :

```python
print("\U0001F4C5")  # Affiche 📅 (calendrier)
```

⚠️ Il faut **8 caractères hexadécimaux** après \\U (majuscule). Complétez avec des zéros si besoin.

### <span style="color: rgb(115, 100, 100);">Écrire un caractère Unicode avec son clavier (Ubuntu) ?</span>

Sur le **système Ubuntu** (et plus généralement sous tout système Linux basé sur X11), vous pouvez **taper un caractère Unicode** grâce à une combinaison de touches très simple :

- Appuyer sur **Ctrl + Shift + u** → un u souligné apparaît.
- Taper ensuite le code hexadécimal Unicode (par exemple 1f4c5 pour 📅).
- Appuyer sur Entrée ou Espace → le caractère est inséré.

### <span style="color: rgb(115, 100, 100);">Liste d'icônes par thème</span>

#### <span style="color: rgb(110, 115, 50);">🌦️ Météo &amp; Environnement :</span>

<table border="1" id="bkmrk-ic%C3%B4ne-signification-" style="border-collapse: collapse; width: 100%; height: 238.4px;"><colgroup><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col></colgroup><thead><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">**Icône**</td><td class="align-center" style="height: 29.8px;">**Signification**</td><td class="align-center" style="height: 29.8px;">**Code Unicode**</td></tr></thead><tbody><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🌡️</td><td style="height: 29.8px;">Thermomètre / température</td><td>1f321</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">💧</td><td style="height: 29.8px;">Goutte d’eau / humidité</td><td>1f4a7</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">❄️</td><td style="height: 29.8px;">Flocon de neige / point de rosée</td><td>2746</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🔥</td><td style="height: 29.8px;">Flamme / chaleur / humidex</td><td>1f525</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🌬️</td><td style="height: 29.8px;">Vent / pression atmosphérique</td><td>1f32c</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🌱</td><td style="height: 29.8px;">Jeune pousse / jardin / sol</td><td>1f331</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🌻</td><td style="height: 29.8px;">Tournesol / jardin</td><td>1f33b</td></tr></tbody></table>

#### <span style="color: rgb(110, 115, 50);">📅 Temps &amp; Organisation :</span>

<table border="1" id="bkmrk-ic%C3%B4ne-signification--1" style="border-collapse: collapse; width: 100%; height: 119.2px;"><colgroup><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col></colgroup><thead><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">**Icône**</td><td class="align-center" style="height: 29.8px;">**Signification**</td><td class="align-center" style="height: 29.8px;">**Code Unicode**</td></tr></thead><tbody><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">📅</td><td>Calendrier</td><td>1f4c5</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🕒</td><td>Horloge / heure</td><td>1f552</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🗓️</td><td>Calendrier à feuillets</td><td>1f5d3</td></tr></tbody></table>

#### <span style="color: rgb(110, 115, 50);">🧪 Capteurs &amp; Science :</span>

<table border="1" id="bkmrk-ic%C3%B4ne-signification--2" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col></colgroup><thead><tr><td class="align-center" style="height: 29.8px;">**Icône**</td><td class="align-center" style="height: 29.8px;">**Signification**</td><td class="align-center" style="height: 29.8px;">**Code Unicode**</td></tr></thead><tbody><tr><td class="align-center">🧪</td><td>Expérience / capteur</td><td>1f9ea</td></tr><tr><td class="align-center">🧬</td><td>ADN / science</td><td>1f9ec</td></tr><tr><td class="align-center">⚗️</td><td>Alambic / mesure scientifique</td><td>2697</td></tr></tbody></table>

#### <span style="color: rgb(110, 115, 50);">🖥️ Informatique et électronique :</span>

<table border="1" id="bkmrk-ic%C3%B4ne-signification--3" style="border-collapse: collapse; width: 100%; height: 178.8px;"><colgroup><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col></colgroup><thead><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">**Icône**</td><td class="align-center" style="height: 29.8px;">**Signification**</td><td class="align-center" style="height: 29.8px;">**Code Unicode**</td></tr></thead><tbody><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🖥️</td><td>Ordinateur</td><td style="height: 29.8px;">1f5a5</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">💾 </td><td>Sauvegarde / stockage</td><td style="height: 29.8px;">1f4be</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🔌</td><td>Électricité / câblage</td><td style="height: 29.8px;">1f50c</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🧰</td><td>Boîte à outils / montage</td><td style="height: 29.8px;">1f9f0</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🧲</td><td>Électronique / aimant</td><td style="height: 29.8px;">1f9f2</td></tr></tbody></table>

#### <span style="color: rgb(110, 115, 50);">🛠️ Outils &amp; Fabrication :</span>

<table border="1" id="bkmrk-ic%C3%B4ne-signification--4" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col></colgroup><thead><tr><td class="align-center" style="height: 29.8px;">**Icône**</td><td class="align-center" style="height: 29.8px;">**Signification**</td><td class="align-center" style="height: 29.8px;">**Code Unicode**</td></tr></thead><tbody><tr><td class="align-center">🛠️ </td><td>Outils / montage</td><td>1f6e0</td></tr><tr><td class="align-center">🔧</td><td>Clé à molette</td><td>1f527</td></tr><tr><td class="align-center">🔨</td><td>Marteau</td><td>1f528</td></tr><tr><td class="align-center">🪛</td><td>Tournevis</td><td>1fa9b</td></tr></tbody></table>

#### <span style="color: rgb(110, 115, 50);">🎓 Apprentissage &amp; Partage :</span>

<table border="1" id="bkmrk-ic%C3%B4ne-signification--5" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col></colgroup><thead><tr><td class="align-center" style="height: 29.8px;">**Icône**</td><td class="align-center" style="height: 29.8px;">**Signification**</td><td class="align-center" style="height: 29.8px;">**Code Unicode**</td></tr></thead><tbody><tr><td class="align-center">🎓</td><td>Apprentissage / formation</td><td>1f393</td></tr><tr><td class="align-center">🧑‍🏫</td><td>Animateur / médiateur</td><td>1f9d1 ou 200d ou 1f3eb</td></tr><tr><td class="align-center">📚</td><td>Savoirs / wiki / doc</td><td>1f4da</td></tr><tr><td class="align-center">📝</td><td>Note / documentation</td><td>1f4dd</td></tr></tbody></table>

#### <span style="color: rgb(110, 115, 50);">🎉 Final &amp; Événement :</span>

<table border="1" id="bkmrk-ic%C3%B4ne-signification--6" style="border-collapse: collapse; width: 100%; height: 119.2px;"><colgroup><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col><col style="width: 33.3731%;"></col></colgroup><thead><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">**Icône**</td><td class="align-center" style="height: 29.8px;">**Signification**</td><td class="align-center" style="height: 29.8px;">**Code Unicode**</td></tr></thead><tbody><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🎉</td><td style="height: 29.8px;">Fête / restitution</td><td style="height: 29.8px;">1f389</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🏆</td><td style="height: 29.8px;">Diplôme / récompense</td><td style="height: 29.8px;">1f3c6</td></tr><tr style="height: 29.8px;"><td class="align-center" style="height: 29.8px;">🤝</td><td style="height: 29.8px;">Partenariat / inclusion</td><td style="height: 29.8px;">1f91d</td></tr></tbody></table>

Vous pouvez retrouver l'ensemble des émojis en symbole ici : [https://www.unicode.org/emoji/charts/full-emoji-list.html](https://www.unicode.org/emoji/charts/full-emoji-list.html)

⚠️ Le chargement peut être très très long !

### <span style="color: rgb(115, 100, 100);">Code</span>

```python
console.print(f"\U0001f4c5      [bold cyan]Date et heure :[/bold cyan] {date_heure}")
console.print(f"\U0001f321      [bold red]Température :[/bold red] {round(temperature, 1)}°C")
console.print(f"\U0001f4a7      [bold blue]Humidité :[/bold blue] {round(humidity, 1)}%")
console.print(f"\U00002746      [bold magenta]Point de rosée :[/bold magenta] {round(point_de_rosee, 1)}°C")
console.print(f"\U0001f525      [bold yellow]Humidex :[/bold yellow] {round(humidex, 1)}")
console.print(f"\U0001f32c      [bold green]Pression atmosphérique :[/bold green] {round(pression, 2)} hPa")
```

[![affichage_emojis.png](https://doc.arles-linux.org//uploads/images/gallery/2025-08/scaled-1680-/mxUlflR1ZTOHjx9M-affichage-emojis.png)](https://doc.arles-linux.org//uploads/images/gallery/2025-08/mxUlflR1ZTOHjx9M-affichage-emojis.png)