| 記号名 | Top Right Justified Lower Left Quarter Black Circle |
| Unicodeバージョン | 16.0 |
| Unicode | U+1FBEC |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | F0 9F AF AC |
| UTF-16 | D83E DFEC |
| UTF-32 | 0001FBEC |
1\documentclass{article}2\usepackage{pifont}3\text{TOPRIGHTJUSTIFIEDLOWERLEFTQUARTERBLACKCIRCLE}4\end{document}以下の方法でほとんどの最新デバイスでtop right justified lower left quarter black circle記号を入力できます:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "top right justified lower left quarter black circle", or use Unicode Hex Input with 1FBEC.
Ctrl + Shift + U, type 1fbec, 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.top-right-justified-lower-left-quarter-black-circle::before { content: "\1FBEC"; }1<span>🯬</span>各プログラミング言語におけるTop Right Justified Lower Left Quarter Black Circle記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFEC' or String.fromCodePoint(0x1FBEC) |
| Python | '\N{TOP RIGHT JUSTIFIED LOWER LEFT QUARTER BLACK CIRCLE}' or chr(130028) |
| Rust | '\u{1FBEC}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBEC |
| Go | string(rune(0x1FBEC)) |
| Ruby | "\u{1FBEC}" |
\1FBEC |
| 16進コード | 0x1FBEC |
| HTMLコード | 🯬 |
| LaTeX | \text{TOPRIGHTJUSTIFIEDLOWERLEFTQUARTERBLACKCIRCLE} |
| 記号 | |
| URLエンコード(UTF-8パーセント) | %F0%9F%AF%AC |
| 読み上げ名 / スクリーンリーダー | Top Right Justified Lower Left Quarter Black Circle |