| Nome del simbolo | Top Left Justified Lower Right Quarter Black Circle |
| Versione Unicode | 16.0 |
| Unicode | U+1FBEF |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | F0 9F AF AF |
| UTF-16 | D83E DFEF |
| UTF-32 | 0001FBEF |
1\documentclass{article}2\usepackage{pifont}3\text{TOPLEFTJUSTIFIEDLOWERRIGHTQUARTERBLACKCIRCLE}4\end{document}Puoi digitare il simbolo top left justified lower right quarter black circle sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "top left justified lower right quarter black circle", or use Unicode Hex Input with 1FBEF.
Ctrl + Shift + U, type 1fbef, 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-left-justified-lower-right-quarter-black-circle::before { content: "\1FBEF"; }1<span>🯯</span>La rappresentazione del simbolo Top Left Justified Lower Right Quarter Black Circle nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFEF' or String.fromCodePoint(0x1FBEF) |
| Python | '\N{TOP LEFT JUSTIFIED LOWER RIGHT QUARTER BLACK CIRCLE}' or chr(130031) |
| Rust | '\u{1FBEF}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBEF |
| Go | string(rune(0x1FBEF)) |
| Ruby | "\u{1FBEF}" |
| Codice CSS | \1FBEF |
| Codice esadecimale | 0x1FBEF |
| Codice HTML | 🯯 |
| LaTeX | \text{TOPLEFTJUSTIFIEDLOWERRIGHTQUARTERBLACKCIRCLE} |
| Simbolo | |
| Codifica URL (percentuale UTF-8) | %F0%9F%AF%AF |
| Nome parlato / screen reader | Top Left Justified Lower Right Quarter Black Circle |