| Nom du symbole | Circled Asterisk Operator |
| Version Unicode | 1.1 |
| Unicode | U+229B |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| UTF-8 | E2 8A 9B |
| UTF-16 | 229B |
| UTF-32 | 0000229B |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDASTERISKOPERATOR}4\end{document}Vous pouvez saisir le symbole circled asterisk operator sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8859 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled asterisk operator", or use Unicode Hex Input with 229B.
Ctrl + Shift + U, type 229b, 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.circled-asterisk-operator::before { content: "\229B"; }1<span>⊛</span>La représentation du symbole Circled Asterisk Operator dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u229B' or String.fromCodePoint(8859) |
| Python | '\N{CIRCLED ASTERISK OPERATOR}' or chr(8859) |
| Rust | '\u{229B}' |
| C / C++ | UTF-8 source or wchar_t with U+229B |
| Go | string(rune(0x229B)) |
| Ruby | "\u{229B}" |
| Code CSS |
\229B |
| Code hexadécimal | 0x229B |
| Code HTML | ⊛ |
| LaTeX | \text{CIRCLEDASTERISKOPERATOR} |
| Symbole | ⊛ |
| Encodage URL (pourcent UTF-8) | %E2%8A%9B |
| Nom oral / lecteur d’écran | Circled Asterisk Operator |