| Nom du symbole | Top Right Justified Lower Left Quarter Black Circle |
| Version Unicode | 16.0 |
| Unicode | U+1FBEC |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole top right justified lower left quarter black circle sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Top Right Justified Lower Left Quarter Black Circle dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\1FBEC |
| Code hexadécimal | 0x1FBEC |
| Code HTML | 🯬 |
| LaTeX | \text{TOPRIGHTJUSTIFIEDLOWERLEFTQUARTERBLACKCIRCLE} |
| Symbole | |
| Encodage URL (pourcent UTF-8) | %F0%9F%AF%AC |
| Nom oral / lecteur d’écran | Top Right Justified Lower Left Quarter Black Circle |