| Nome del simbolo | Hushed Face |
| Versione Unicode | 1.0 |
| Unicode | U+1F62F |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F62F |
| Codice esadecimale | 0x1F62F |
| Codice HTML | 😯 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | 😯 |
| Codifica URL (percentuale UTF-8) | %F0%9F%98%AF |
| Nome parlato / screen reader | Hushed Face |
| UTF-8 | F0 9F 98 AF |
| UTF-16 | D83D DE2F |
| UTF-32 | 0001F62F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo hushed 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 "hushed face".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "hushed face".
Emoji keyboard → Smileys; search "hushed face".
1span.hushed-face::before { content: "\1F62F"; }1<span>😯</span>La rappresentazione del simbolo Hushed Face nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE2F' or String.fromCodePoint(0x1F62F) |
| Python | '\N{HUSHED FACE}' |
| Rust | '\u{1F62F}' |
| Swift | "\u{1F62F}" |
| Go | string(rune(0x1F62F)) |
| Ruby | "\u{1F62F}" |