| Nombre del símbolo | Worried Face |
| Versión Unicode | 1.0 |
| Unicode | U+1F61F |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F61F |
| Código hexadecimal | 0x1F61F |
| Código HTML | 😟 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Símbolo | 😟 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%98%9F |
| Atajo Discord / Slack | :worried: |
| Atajo GitHub | :worried: |
| Nombre oral / lector de pantalla | Worried Face |
| UTF-8 | F0 9F 98 9F |
| UTF-16 | D83D DE1F |
| UTF-32 | 0001F61F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo worried face 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 "worried face".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "worried face".
Emoji keyboard → Smileys; search "worried face".
1span.worried-face::before { content: "\1F61F"; }1<span>😟</span>La representación del símbolo Worried Face en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE1F' or String.fromCodePoint(0x1F61F) |
| Python | '\N{WORRIED FACE}' |
| Rust | '\u{1F61F}' |
| Swift | "\u{1F61F}" |
| Go | string(rune(0x1F61F)) |
| Ruby | "\u{1F61F}" |