| Symbol Name | Face Exhaling |
| Unicode Version | 13.1 |
| Unicode | U+1F62E |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F62E |
| Hex Code | 0x1F62E |
| HTML Code | 😮‍💨 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | 😮💨 |
| URL encode (UTF-8 percent) | %F0%9F%98%AE%E2%80%8D%F0%9F%92%A8 |
| Discord / Slack shortcode | :open_mouth: |
| GitHub shortcode | :open_mouth: |
| Spoken / screen reader name | Face Exhaling |
This emoji is formed from multiple code points (including zero-width joiner U+200D). Copy individual components or use the full sequence as one character.
| UTF-8 | F0 9F 98 AE E2 80 8D F0 9F 92 A8 |
| UTF-16 | D83D DE2E 200D D83D DCA8 |
| UTF-32 | 0001F62E 0000200D 0001F4A8 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}You can type the face exhaling 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 "face exhaling".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "face exhaling".
Emoji keyboard → Smileys; search "face exhaling".
1span.face-exhaling::before { content: "\1F62E"; }1<span>😮‍💨</span>Face Exhaling symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE2E' or String.fromCodePoint(0x1F62E) |
| Python | '\N{FACE EXHALING}' |
| Rust | '\u{1F62E}' |
| Swift | "\u{1F62E}" |
| Go | string(rune(0x1F62E)) |
| Ruby | "\u{1F62E}" |