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