| Symbol Name | Fight Cloud |
| Unicode Version | 17.0 |
| Unicode | U+1FAEF |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1FAEF |
| Hex Code | 0x1FAEF |
| HTML Code | 🫯 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | |
| URL encode (UTF-8 percent) | %F0%9F%AB%AF |
| Spoken / screen reader name | 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}You can type the fight cloud symbol on most modern devices with the help of following methods:
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>Fight Cloud symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |