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