| Symbol Name | Pleading Face |
| Unicode Version | 11.0 |
| Unicode | U+1F97A |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F97A |
| Hex Code | 0x1F97A |
| HTML Code | 🥺 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | 🥺 |
| URL encode (UTF-8 percent) | %F0%9F%A5%BA |
| Discord / Slack shortcode | :pleading_face: |
| GitHub shortcode | :pleading_face: |
| Spoken / screen reader name | Pleading Face |
| UTF-8 | F0 9F A5 BA |
| UTF-16 | D83E DD7A |
| UTF-32 | 0001F97A |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}You can type the pleading 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 "pleading face".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "pleading face".
Emoji keyboard → Smileys; search "pleading face".
1span.pleading-face::before { content: "\1F97A"; }1<span>🥺</span>Pleading Face symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD7A' or String.fromCodePoint(0x1F97A) |
| Python | '\N{PLEADING FACE}' |
| Rust | '\u{1F97A}' |
| Swift | "\u{1F97A}" |
| Go | string(rune(0x1F97A)) |
| Ruby | "\u{1F97A}" |