| Symbol Name | Cyclone |
| Unicode Version | 0.6 |
| Unicode | U+1F300 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F300 |
| Hex Code | 0x1F300 |
| HTML Code | 🌀 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🌀 |
| URL encode (UTF-8 percent) | %F0%9F%8C%80 |
| Spoken / screen reader name | Cyclone |
| UTF-8 | F0 9F 8C 80 |
| UTF-16 | D83C DF00 |
| UTF-32 | 0001F300 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the cyclone symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "cyclone".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "cyclone".
Emoji keyboard → Travel; search "cyclone".
1span.cyclone-1f300::before { content: "\1F300"; } /* prefer inline grapheme for ZWJ */1<span>🌀</span>Cyclone symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF00' or String.fromCodePoint(0x1F300) |
| Python | '\N{CYCLONE}' |
| Rust | '\u{1F300}' |
| Swift | "\u{1F300}" |
| Go | string(rune(0x1F300)) |
| Ruby | "\u{1F300}" |