| Nome del simbolo | Circle With Horizontal Bar |
| Versione Unicode | 3.2 |
| Unicode | U+29B5 |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 A6 B5 |
| UTF-16 | 29B5 |
| UTF-32 | 000029B5 |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEWITHHORIZONTALBAR}4\end{document}Puoi digitare il simbolo circle with horizontal bar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10677 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circle with horizontal bar", or use Unicode Hex Input with 29B5.
Ctrl + Shift + U, type 29b5, 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-with-horizontal-bar::before { content: "\29B5"; }1<span>⦵</span>La rappresentazione del simbolo Circle With Horizontal Bar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u29B5' or String.fromCodePoint(10677) |
| Python | '\N{CIRCLE WITH HORIZONTAL BAR}' or chr(10677) |
| Rust | '\u{29B5}' |
| C / C++ | UTF-8 source or wchar_t with U+29B5 |
| Go | string(rune(0x29B5)) |
| Ruby | "\u{29B5}" |
| Codice CSS |
\29B5 |
| Codice esadecimale | 0x29B5 |
| Codice HTML | ⦵ |
| LaTeX | \text{CIRCLEWITHHORIZONTALBAR} |
| Simbolo | ⦵ |
| Codifica URL (percentuale UTF-8) | %E2%A6%B5 |
| Nome parlato / screen reader | Circle With Horizontal Bar |