| Nom du symbole | Face Exhaling |
| Version Unicode | 13.1 |
| Unicode | U+1F62E |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F62E |
| Code hexadécimal | 0x1F62E |
| Code HTML | 😮‍💨 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbole | 😮💨 |
| Encodage URL (pourcent UTF-8) | %F0%9F%98%AE%E2%80%8D%F0%9F%92%A8 |
| Raccourci Discord / Slack | :open_mouth: |
| Raccourci GitHub | :open_mouth: |
| Nom oral / lecteur d’écran | Face Exhaling |
Cet emoji est formé de plusieurs points de code (dont le combineur de largeur nulle U+200D). Copiez les composants ou utilisez la séquence complète comme un seul caractère.
| UTF-8 | F0 9F 98 AE E2 80 8D F0 9F 92 A8 |
| UTF-16 | D83D DE2E 200D D83D DCA8 |
| UTF-32 | 0001F62E 0000200D 0001F4A8 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole face exhaling sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "face exhaling".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "face exhaling".
Emoji keyboard → Smileys; search "face exhaling".
1span.face-exhaling::before { content: "\1F62E"; }1<span>😮‍💨</span>La représentation du symbole Face Exhaling dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE2E' or String.fromCodePoint(0x1F62E) |
| Python | '\N{FACE EXHALING}' |
| Rust | '\u{1F62E}' |
| Swift | "\u{1F62E}" |
| Go | string(rune(0x1F62E)) |
| Ruby | "\u{1F62E}" |