| 記号名 | Thunderstorm |
| Unicodeバージョン | 1.1 |
| Unicode | U+2608 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード | \2608 |
| 16進コード | 0x2608 |
| HTMLコード | ☈ |
| LaTeX | \text{THUNDERSTORM} |
| 記号 | ☈ |
| URLエンコード(UTF-8パーセント) | %E2%98%88 |
| 読み上げ名 / スクリーンリーダー | Thunderstorm |
| UTF-8 | E2 98 88 |
| UTF-16 | 2608 |
| UTF-32 | 00002608 |
1\documentclass{article}2\usepackage{pifont}3\text{THUNDERSTORM}4\end{document}以下の方法でほとんどの最新デバイスでthunderstorm記号を入力できます:
Alt + 9736 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "thunderstorm", or paste from this page.
Ctrl + Shift + U, type 2608, then Enter (layout-dependent), or paste.
Paste from this page, use the emoji keyboard, or pick from weather symbol suggestions.
Paste from this page or use keyboard weather/emoji suggestions.
1span.thunderstorm::before { content: "\2608"; }1<span>☈</span>各プログラミング言語におけるThunderstorm記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2608' or String.fromCodePoint(9736) |
| Python | '\N{THUNDERSTORM}' or chr(9736) |
| Rust | '\u{2608}' |
| C / C++ | UTF-8 source or wchar_t with U+2608 |
| Go | string(rune(0x2608)) |
| Ruby | "\u{2608}" |