| Nombre del símbolo | Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar |
| Versión Unicode | 3.2 |
| Unicode | U+29BA |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo circle divided by horizontal bar and top half divided by vertical bar en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS | \29BA |
| Código hexadecimal | 0x29BA |
| Código HTML | ⦺ |
| LaTeX | \text{CIRCLEDIVIDEDBYHORIZONTALBARANDTOPHALFDIVIDEDBYVERTICALBAR} |
| Símbolo | ⦺ |
| Codificación URL (porcentaje UTF-8) | %E2%A6%BA |
| Nombre oral / lector de pantalla | Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar |