| Nom du symbole | Fight Cloud |
| Version Unicode | 17.0 |
| Unicode | U+1FAEF |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1FAEF |
| Code hexadécimal | 0x1FAEF |
| Code HTML | 🫯 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbole | |
| Encodage URL (pourcent UTF-8) | %F0%9F%AB%AF |
| Nom oral / lecteur d’écran | Fight Cloud |
| UTF-8 | F0 9F AB AF |
| UTF-16 | D83E DEEF |
| UTF-32 | 0001FAEF |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole fight cloud sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "fight cloud".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "fight cloud".
Emoji keyboard → Smileys; search "fight cloud".
1span.fight-cloud::before { content: "\1FAEF"; }1<span>🫯</span>La représentation du symbole Fight Cloud dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEEF' or String.fromCodePoint(0x1FAEF) |
| Python | '\N{FIGHT CLOUD}' |
| Rust | '\u{1FAEF}' |
| Swift | "\u{1FAEF}" |
| Go | string(rune(0x1FAEF)) |
| Ruby | "\u{1FAEF}" |