| Nombre del símbolo | Water Pistol |
| Versión Unicode | 0.6 |
| Unicode | U+1F52B |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F52B |
| Código hexadecimal | 0x1F52B |
| Código HTML | 🔫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🔫 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%94%AB |
| Atajo Discord / Slack | :gun: |
| Atajo GitHub | :gun: |
| Nombre oral / lector de pantalla | Water Pistol |
| UTF-8 | F0 9F 94 AB |
| UTF-16 | D83D DD2B |
| UTF-32 | 0001F52B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo water pistol en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "water pistol".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "water pistol".
Emoji keyboard → Activities; search "water pistol".
1span.water-pistol::before { content: "\1F52B"; } /* prefer inline grapheme for ZWJ */1<span>🔫</span>La representación del símbolo Water Pistol en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDD2B' or String.fromCodePoint(0x1F52B) |
| Python | '\N{WATER PISTOL}' |
| Rust | '\u{1F52B}' |
| Swift | "\u{1F52B}" |
| Go | string(rune(0x1F52B)) |
| Ruby | "\u{1F52B}" |