| Nom du symbole | Circle With Horizontal Bar |
| Version Unicode | 3.2 |
| Unicode | U+29B5 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole circle with horizontal bar sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Circle With Horizontal Bar dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\29B5 |
| Code hexadécimal | 0x29B5 |
| Code HTML | ⦵ |
| LaTeX | \text{CIRCLEWITHHORIZONTALBAR} |
| Symbole | ⦵ |
| Encodage URL (pourcent UTF-8) | %E2%A6%B5 |
| Nom oral / lecteur d’écran | Circle With Horizontal Bar |