| Nom du symbole | Frowning Face |
| Version Unicode | 0.7 |
| Unicode | U+2639 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \2639 |
| Code hexadécimal | 0x2639 |
| Code HTML | ☹️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbole | ☹️ |
| Encodage URL (pourcent UTF-8) | %E2%98%B9%EF%B8%8F |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole frowning 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 "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 représentation du symbole Frowning Face dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2639' or String.fromCodePoint(9785) |
| Python | '\N{FROWNING FACE}' |
| Rust | '\u{2639}' |
| Swift | "\u{2639}" |
| Go | string(rune(0x2639)) |
| Ruby | "\u{2639}" |