| Nombre del símbolo | Circle With Horizontal Bar |
| Versión Unicode | 3.2 |
| Unicode | U+29B5 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo circle with horizontal bar en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Circle With Horizontal Bar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\29B5 |
| Código hexadecimal | 0x29B5 |
| Código HTML | ⦵ |
| LaTeX | \text{CIRCLEWITHHORIZONTALBAR} |
| Símbolo | ⦵ |
| Codificación URL (porcentaje UTF-8) | %E2%A6%B5 |
| Nombre oral / lector de pantalla | Circle With Horizontal Bar |