| 記号名 | Left Two Thirds Block |
| Unicodeバージョン | 16.0 |
| Unicode | U+1FBCE |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード | \1FBCE |
| 16進コード | 0x1FBCE |
| HTMLコード | 🯎 |
| LaTeX | \text{LEFTTWOTHIRDSBLOCK} |
| 記号 | |
| URLエンコード(UTF-8パーセント) | %F0%9F%AF%8E |
| 読み上げ名 / スクリーンリーダー | Left Two Thirds Block |
| UTF-8 | F0 9F AF 8E |
| UTF-16 | D83E DFCE |
| UTF-32 | 0001FBCE |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTTWOTHIRDSBLOCK}4\end{document}以下の方法でほとんどの最新デバイスでleft two thirds block記号を入力できます:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "left two thirds block", or use Unicode Hex Input with 1FBCE.
Ctrl + Shift + U, type 1fbce, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with legacy computing symbol support.
1span.left-two-thirds-block::before { content: "\1FBCE"; }1<span>🯎</span>各プログラミング言語におけるLeft Two Thirds Block記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFCE' or String.fromCodePoint(0x1FBCE) |
| Python | '\N{LEFT TWO THIRDS BLOCK}' or chr(129998) |
| Rust | '\u{1FBCE}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBCE |
| Go | string(rune(0x1FBCE)) |
| Ruby | "\u{1FBCE}" |