| Nom du symbole | Eight Pointed Pinwheel Star |
| Version Unicode | 1.1 |
| Unicode | U+2735 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9C B5 |
| UTF-16 | 2735 |
| UTF-32 | 00002735 |
1\documentclass{article}2\usepackage{pifont}3\text{EIGHTPOINTEDPINWHEELSTAR}4\end{document}Vous pouvez saisir le symbole eight pointed pinwheel star sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10037 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "eight pointed pinwheel star", or use Unicode Hex Input with 2735.
Ctrl + Shift + U, type 2735, 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.eight-pointed-pinwheel-star::before { content: "\2735"; }1<span>✵</span>La représentation du symbole Eight Pointed Pinwheel Star dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2735' or String.fromCodePoint(10037) |
| Python | '\N{EIGHT POINTED PINWHEEL STAR}' or chr(10037) |
| Rust | '\u{2735}' |
| C / C++ | UTF-8 source or wchar_t with U+2735 |
| Go | string(rune(0x2735)) |
| Ruby | "\u{2735}" |
\2735 |
| Code hexadécimal | 0x2735 |
| Code HTML | ✵ |
| LaTeX | \text{EIGHTPOINTEDPINWHEELSTAR} |
| Symbole | ✵ |
| Encodage URL (pourcent UTF-8) | %E2%9C%B5 |
| Nom oral / lecteur d’écran | Eight Pointed Pinwheel Star |