| Nom du symbole | Open Centre Asterisk |
| Version Unicode | 1.1 |
| Unicode | U+2732 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9C B2 |
| UTF-16 | 2732 |
| UTF-32 | 00002732 |
1\documentclass{article}2\usepackage{pifont}3\text{OPENCENTREASTERISK}4\end{document}Vous pouvez saisir le symbole open centre asterisk sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10034 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "open centre asterisk", or use Unicode Hex Input with 2732.
Ctrl + Shift + U, type 2732, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with star and asterisk support.
1span.open-centre-asterisk::before { content: "\2732"; }1<span>✲</span>La représentation du symbole Open Centre Asterisk dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2732' or String.fromCodePoint(10034) |
| Python | '\N{OPEN CENTRE ASTERISK}' or chr(10034) |
| Rust | '\u{2732}' |
| C / C++ | UTF-8 source or wchar_t with U+2732 |
| Go | string(rune(0x2732)) |
| Ruby | "\u{2732}" |
\2732 |
| Code hexadécimal | 0x2732 |
| Code HTML | ✲ |
| LaTeX | \text{OPENCENTREASTERISK} |
| Symbole | ✲ |
| Encodage URL (pourcent UTF-8) | %E2%9C%B2 |
| Nom oral / lecteur d’écran | Open Centre Asterisk |