| Symbol Name | Frowning Face |
| Unicode Version | 0.7 |
| Unicode | U+2639 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2639 |
| Hex Code | 0x2639 |
| HTML Code | ☹️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | ☹️ |
| URL encode (UTF-8 percent) | %E2%98%B9%EF%B8%8F |
| Spoken / screen reader name | 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}You can type the frowning face symbol on most modern devices with the help of following methods:
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>Frowning Face symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2639' or String.fromCodePoint(9785) |
| Python | '\N{FROWNING FACE}' |
| Rust | '\u{2639}' |
| Swift | "\u{2639}" |
| Go | string(rune(0x2639)) |
| Ruby | "\u{2639}" |