| 記号名 | White Up-pointing Triangle With Dot |
| Unicodeバージョン | 1.1 |
| Unicode | U+25EC |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 97 AC |
| UTF-16 | 25EC |
| UTF-32 | 000025EC |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEUP-POINTINGTRIANGLEWITHDOT}4\end{document}以下の方法でほとんどの最新デバイスでwhite up-pointing triangle with dot記号を入力できます:
Alt + 9708 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white up-pointing triangle with dot", or use Unicode Hex Input with 25EC.
Ctrl + Shift + U, type 25ec, 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.white-up-pointing-triangle-with-dot::before { content: "\25EC"; }1<span>◬</span>各プログラミング言語におけるWhite Up-pointing Triangle With Dot記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u25EC' or String.fromCodePoint(9708) |
| Python | '\N{WHITE UP-POINTING TRIANGLE WITH DOT}' or chr(9708) |
| Rust | '\u{25EC}' |
| C / C++ | UTF-8 source or wchar_t with U+25EC |
| Go | string(rune(0x25EC)) |
| Ruby | "\u{25EC}" |
\25EC |
| 16進コード | 0x25EC |
| HTMLコード | ◬ |
| LaTeX | \text{WHITEUP-POINTINGTRIANGLEWITHDOT} |
| 記号 | ◬ |
| URLエンコード(UTF-8パーセント) | %E2%97%AC |
| 読み上げ名 / スクリーンリーダー | White Up-pointing Triangle With Dot |