| Nome del simbolo | Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar |
| Versione Unicode | 3.2 |
| Unicode | U+29BA |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 A6 BA |
| UTF-16 | 29BA |
| UTF-32 | 000029BA |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDIVIDEDBYHORIZONTALBARANDTOPHALFDIVIDEDBYVERTICALBAR}4\end{document}Puoi digitare il simbolo circle divided by horizontal bar and top half divided by vertical bar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10682 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circle divided by horizontal bar and top half divided by vertical bar", or use Unicode Hex Input with 29BA.
Ctrl + Shift + U, type 29ba, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.circle-divided-by-horizontal-bar-and-top-half-divided-by-vertical-bar::before { content: "\29BA"; }1<span>⦺</span>La rappresentazione del simbolo Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u29BA' or String.fromCodePoint(10682) |
| Python | '\N{CIRCLE DIVIDED BY HORIZONTAL BAR AND TOP HALF DIVIDED BY VERTICAL BAR}' or chr(10682) |
| Rust | '\u{29BA}' |
| C / C++ | UTF-8 source or wchar_t with U+29BA |
| Go | string(rune(0x29BA)) |
| Ruby | "\u{29BA}" |
| Codice CSS | \29BA |
| Codice esadecimale | 0x29BA |
| Codice HTML | ⦺ |
| LaTeX | \text{CIRCLEDIVIDEDBYHORIZONTALBARANDTOPHALFDIVIDEDBYVERTICALBAR} |
| Simbolo | ⦺ |
| Codifica URL (percentuale UTF-8) | %E2%A6%BA |
| Nome parlato / screen reader | Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar |