| Nome del simbolo | Shushing Face |
| Versione Unicode | 5.0 |
| Unicode | U+1F92B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F92B |
| Codice esadecimale | 0x1F92B |
| Codice HTML | 🤫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🤫 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A4%AB |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo shushing face sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Shushing Face nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |