| 記号名 | Lower Three Eighths Block |
| Unicodeバージョン | 1.1 |
| Unicode | U+2583 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード | \2583 |
| 16進コード | 0x2583 |
| HTMLコード | ▃ |
| LaTeX | \text{LOWERTHREEEIGHTHSBLOCK} |
| 記号 | ▃ |
| URLエンコード(UTF-8パーセント) | %E2%96%83 |
| 読み上げ名 / スクリーンリーダー | Lower Three Eighths Block |
| UTF-8 | E2 96 83 |
| UTF-16 | 2583 |
| UTF-32 | 00002583 |
1\documentclass{article}2\usepackage{pifont}3\text{LOWERTHREEEIGHTHSBLOCK}4\end{document}以下の方法でほとんどの最新デバイスでlower three eighths block記号を入力できます:
Alt + 9603 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "lower three eighths block", or use Unicode Hex Input with 2583.
Ctrl + Shift + U, type 2583, 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 block element support.
1span.lower-three-eighths-block::before { content: "\2583"; }1<span>▃</span>各プログラミング言語におけるLower Three Eighths Block記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2583' or String.fromCodePoint(9603) |
| Python | '\N{LOWER THREE EIGHTHS BLOCK}' or chr(9603) |
| Rust | '\u{2583}' |
| C / C++ | UTF-8 source or wchar_t with U+2583 |
| Go | string(rune(0x2583)) |
| Ruby | "\u{2583}" |