| Nom du symbole | Medium Small White Circle |
| Version Unicode | 4.1 |
| Unicode | U+26AC |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 9A AC |
| UTF-16 | 26AC |
| UTF-32 | 000026AC |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMSMALLWHITECIRCLE}4\end{document}Vous pouvez saisir le symbole medium small white circle sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9900 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "medium small white circle", or use Unicode Hex Input with 26AC.
Ctrl + Shift + U, type 26ac, 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::before { content: "\26AC"; }1<span>⚬</span>La représentation du symbole Medium Small White Circle dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u26AC' or String.fromCodePoint(9900) |
| Python | '\N{MEDIUM SMALL WHITE CIRCLE}' or chr(9900) |
| Rust | '\u{26AC}' |
| C / C++ | UTF-8 source or wchar_t with U+26AC |
| Go | string(rune(0x26AC)) |
| Ruby | "\u{26AC}" |
| Code CSS |
\26AC |
| Code hexadécimal | 0x26AC |
| Code HTML | ⚬ |
| LaTeX | \text{MEDIUMSMALLWHITECIRCLE} |
| Symbole | ⚬ |
| Encodage URL (pourcent UTF-8) | %E2%9A%AC |
| Nom oral / lecteur d’écran | Medium Small White Circle |