| Nome del simbolo | Frowning Face |
| Versione Unicode | 0.7 |
| Unicode | U+2639 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \2639 |
| Codice esadecimale | 0x2639 |
| Codice HTML | ☹️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | ☹️ |
| Codifica URL (percentuale UTF-8) | %E2%98%B9%EF%B8%8F |
| Nome parlato / screen reader | Frowning Face |
| UTF-8 | E2 98 B9 EF B8 8F |
| UTF-16 | 2639 FE0F |
| UTF-32 | 00002639 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo frowning 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 "frowning face".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "frowning face".
Emoji keyboard → Smileys; search "frowning face".
1span.frowning-face::before { content: "\2639"; }1<span>☹️</span>La rappresentazione del simbolo Frowning Face nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2639' or String.fromCodePoint(9785) |
| Python | '\N{FROWNING FACE}' |
| Rust | '\u{2639}' |
| Swift | "\u{2639}" |
| Go | string(rune(0x2639)) |
| Ruby | "\u{2639}" |