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