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