| 記号名 | Umbrella With Rain Drops |
| Unicodeバージョン | 4.0 |
| Unicode | U+2614 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード | \2614 |
| 16進コード | 0x2614 |
| HTMLコード | ☔ |
| LaTeX | \text{UMBRELLAWITHRAINDROPS} |
| 記号 | ☔ |
| URLエンコード(UTF-8パーセント) | %E2%98%94 |
| 読み上げ名 / スクリーンリーダー | Umbrella With Rain Drops |
| UTF-8 | E2 98 94 |
| UTF-16 | 2614 |
| UTF-32 | 00002614 |
1\documentclass{article}2\usepackage{pifont}3\text{UMBRELLAWITHRAINDROPS}4\end{document}以下の方法でほとんどの最新デバイスでumbrella with rain drops記号を入力できます:
Alt + 9748 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "umbrella with rain drops", or paste from this page.
Ctrl + Shift + U, type 2614, 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.umbrella-with-rain-drops::before { content: "\2614"; }1<span>☔</span>各プログラミング言語におけるUmbrella With Rain Drops記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2614' or String.fromCodePoint(9748) |
| Python | '\N{UMBRELLA WITH RAIN DROPS}' or chr(9748) |
| Rust | '\u{2614}' |
| C / C++ | UTF-8 source or wchar_t with U+2614 |
| Go | string(rune(0x2614)) |
| Ruby | "\u{2614}" |