| Symbol Name | Head Shaking Vertically |
| Unicode Version | 15.1 |
| Unicode | U+1F642 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F642 |
| Hex Code | 0x1F642 |
| HTML Code | 🙂‍↕️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | 🙂↕️ |
| URL encode (UTF-8 percent) | %F0%9F%99%82%E2%80%8D%E2%86%95%EF%B8%8F |
| Discord / Slack shortcode | :slightly_smiling_face: |
| GitHub shortcode | :slightly_smiling_face: |
| Spoken / screen reader name | Head Shaking Vertically |
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 99 82 E2 80 8D E2 86 95 EF B8 8F |
| UTF-16 | D83D DE42 200D 2195 FE0F |
| UTF-32 | 0001F642 0000200D 00002195 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}You can type the head shaking vertically 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 "head shaking vertically".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "head shaking vertically".
Emoji keyboard → Smileys; search "head shaking vertically".
1span.head-shaking-vertically::before { content: "\1F642"; }1<span>🙂‍↕️</span>Head Shaking Vertically symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE42' or String.fromCodePoint(0x1F642) |
| Python | '\N{HEAD SHAKING VERTICALLY}' |
| Rust | '\u{1F642}' |
| Swift | "\u{1F642}" |
| Go | string(rune(0x1F642)) |
| Ruby | "\u{1F642}" |