| Symbol Name | Face With Open Mouth |
| Unicode Version | 1.0 |
| 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 |
| Discord / Slack shortcode | :open_mouth: |
| GitHub shortcode | :open_mouth: |
| Spoken / screen reader name | Face With Open Mouth |
| UTF-8 | F0 9F 98 AE |
| UTF-16 | D83D DE2E |
| UTF-32 | 0001F62E |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}You can type the face with open mouth 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 with open mouth".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "face with open mouth".
Emoji keyboard → Smileys; search "face with open mouth".
1span.face-with-open-mouth::before { content: "\1F62E"; }1<span>😮</span>Face With Open Mouth 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 WITH OPEN MOUTH}' |
| Rust | '\u{1F62E}' |
| Swift | "\u{1F62E}" |
| Go | string(rune(0x1F62E)) |
| Ruby | "\u{1F62E}" |