| Nom du symbole | Medium Small White Circle With Horizontal Bar |
| Version Unicode | 17.0 |
| Unicode | U+1CEF0 |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| UTF-8 | F0 9C BB B0 |
| UTF-16 | D833 DEF0 |
| UTF-32 | 0001CEF0 |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMSMALLWHITECIRCLEWITHHORIZONTALBAR}4\end{document}Vous pouvez saisir le symbole medium small white circle with horizontal bar sur la plupart des appareils modernes avec les méthodes suivantes :
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "medium small white circle with horizontal bar", or use Unicode Hex Input with 1CEF0.
Ctrl + Shift + U, type 1cef0, 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.medium-small-white-circle-with-horizontal-bar::before { content: "\1CEF0"; }1<span>𜻰</span>La représentation du symbole Medium Small White Circle With Horizontal Bar dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD833\uDEF0' or String.fromCodePoint(0x1CEF0) |
| Python | '\N{MEDIUM SMALL WHITE CIRCLE WITH HORIZONTAL BAR}' or chr(118512) |
| Rust | '\u{1CEF0}' |
| C / C++ | UTF-8 source or wchar_t with U+1CEF0 |
| Go | string(rune(0x1CEF0)) |
| Ruby | "\u{1CEF0}" |
| Code CSS |
\1CEF0 |
| Code hexadécimal | 0x1CEF0 |
| Code HTML | 𜻰 |
| LaTeX | \text{MEDIUMSMALLWHITECIRCLEWITHHORIZONTALBAR} |
| Symbole | |
| Encodage URL (pourcent UTF-8) | %F0%9C%BB%B0 |
| Nom oral / lecteur d’écran | Medium Small White Circle With Horizontal Bar |