| Symboolnaam | Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar |
| Unicode-versie | 3.2 |
| Unicode | U+29BA |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het circle divided by horizontal bar and top half divided by vertical bar-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x29BA |
| HTML-code | ⦺ |
| LaTeX | \text{CIRCLEDIVIDEDBYHORIZONTALBARANDTOPHALFDIVIDEDBYVERTICALBAR} |
| Symbool | ⦺ |
| URL-codering (UTF-8 procent) | %E2%A6%BA |
| Uitgesproken naam / schermlezer | Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar |