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