| Symbolname | Top Right Justified Lower Left Quarter Black Circle |
| Unicode-Version | 16.0 |
| Unicode | U+1FBEC |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| 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}Sie können das Symbol top right justified lower left quarter black circle auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Top Right Justified Lower Left Quarter Black Circle in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\1FBEC |
| Hexadezimalcode | 0x1FBEC |
| HTML-Code | 🯬 |
| LaTeX | \text{TOPRIGHTJUSTIFIEDLOWERLEFTQUARTERBLACKCIRCLE} |
| Symbol | |
| URL-Kodierung (UTF-8-Prozent) | %F0%9F%AF%AC |
| Ansagename (Screenreader) | Top Right Justified Lower Left Quarter Black Circle |