| Symbol Name | Circle With Horizontal Bar |
| Unicode Version | 3.2 |
| Unicode | U+29B5 |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code | \29B5 |
| Hex Code | 0x29B5 |
| HTML Code | ⦵ |
| LaTeX | \text{CIRCLEWITHHORIZONTALBAR} |
| Symbol | ⦵ |
| URL encode (UTF-8 percent) | %E2%A6%B5 |
| Spoken / screen reader name | Circle With Horizontal Bar |
| UTF-8 | E2 A6 B5 |
| UTF-16 | 29B5 |
| UTF-32 | 000029B5 |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEWITHHORIZONTALBAR}4\end{document}You can type the circle with horizontal bar symbol on most modern devices with the help of following methods:
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>Circle With Horizontal Bar symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |