| Nom du symbole | Shushing Face |
| Version Unicode | 5.0 |
| Unicode | U+1F92B |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F92B |
| Code hexadécimal | 0x1F92B |
| Code HTML | 🤫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbole | 🤫 |
| Encodage URL (pourcent UTF-8) | %F0%9F%A4%AB |
| Nom oral / lecteur d’écran | Shushing Face |
| UTF-8 | F0 9F A4 AB |
| UTF-16 | D83E DD2B |
| UTF-32 | 0001F92B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole shushing face 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 "shushing face".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "shushing face".
Emoji keyboard → Smileys; search "shushing face".
1span.shushing-face::before { content: "\1F92B"; }1<span>🤫</span>La représentation du symbole Shushing Face dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD2B' or String.fromCodePoint(0x1F92B) |
| Python | '\N{SHUSHING FACE}' |
| Rust | '\u{1F92B}' |
| Swift | "\u{1F92B}" |
| Go | string(rune(0x1F92B)) |
| Ruby | "\u{1F92B}" |