| Symbol Name | Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar |
| Unicode Version | 3.2 |
| Unicode | U+29BA |
| Unicode block | |
| General category | 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}You can type the circle divided by horizontal bar and top half divided by vertical bar symbol on most modern devices with the help of following methods:
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>Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code | \29BA |
| Hex Code | 0x29BA |
| HTML Code | ⦺ |
| LaTeX | \text{CIRCLEDIVIDEDBYHORIZONTALBARANDTOPHALFDIVIDEDBYVERTICALBAR} |
| Symbol | ⦺ |
| URL encode (UTF-8 percent) | %E2%A6%BA |
| Spoken / screen reader name | Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar |