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