| Nombre del símbolo | Head Shaking Vertically |
| Versión Unicode | 15.1 |
| Unicode | U+1F642 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS |
Este emoji se forma con varios puntos de código (incluido el combinador de anchura cero U+200D). Copia cada parte o usa la secuencia completa como un solo carácter.
| 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}Puedes escribir el símbolo head shaking vertically en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Head Shaking Vertically en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
\1F642 |
| Código hexadecimal | 0x1F642 |
| Código HTML | 🙂‍↕️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🙂↕️ |
| Codificación URL (porcentaje UTF-8) | %F0%9F%99%82%E2%80%8D%E2%86%95%EF%B8%8F |
| Atajo Discord / Slack | :slightly_smiling_face: |
| Atajo GitHub | :slightly_smiling_face: |
| Nombre oral / lector de pantalla | Head Shaking Vertically |