| Nom du symbole | Water Pistol |
| Version Unicode | 0.6 |
| Unicode | U+1F52B |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F52B |
| Code hexadécimal | 0x1F52B |
| Code HTML | 🔫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🔫 |
| Encodage URL (pourcent UTF-8) | %F0%9F%94%AB |
| Raccourci Discord / Slack | :gun: |
| Raccourci GitHub | :gun: |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole water pistol sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Water Pistol dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |