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