| 記号名 | Heavy White Down-pointing Triangle |
| Unicodeバージョン | 5.2 |
| Unicode | U+26DB |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 9B 9B |
| UTF-16 | 26DB |
| UTF-32 | 000026DB |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYWHITEDOWN-POINTINGTRIANGLE}4\end{document}以下の方法でほとんどの最新デバイスでheavy white down-pointing triangle記号を入力できます:
Alt + 9947 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy white down-pointing triangle", or use Unicode Hex Input with 26DB.
Ctrl + Shift + U, type 26db, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.heavy-white-down-pointing-triangle::before { content: "\26DB"; }1<span>⛛</span>各プログラミング言語におけるHeavy White Down-pointing Triangle記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u26DB' or String.fromCodePoint(9947) |
| Python | '\N{HEAVY WHITE DOWN-POINTING TRIANGLE}' or chr(9947) |
| Rust | '\u{26DB}' |
| C / C++ | UTF-8 source or wchar_t with U+26DB |
| Go | string(rune(0x26DB)) |
| Ruby | "\u{26DB}" |
\26DB |
| 16進コード | 0x26DB |
| HTMLコード | ⛛ |
| LaTeX | \text{HEAVYWHITEDOWN-POINTINGTRIANGLE} |
| 記号 | ⛛ |
| URLエンコード(UTF-8パーセント) | %E2%9B%9B |
| 読み上げ名 / スクリーンリーダー | Heavy White Down-pointing Triangle |