| Nome del simbolo | Six Petalled Black And White Florette |
| Versione Unicode | 1.1 |
| Unicode | U+273E |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo six petalled black and white florette sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Six Petalled Black And White Florette nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\273E |
| Codice esadecimale | 0x273E |
| Codice HTML | ✾ |
| LaTeX | \text{SIXPETALLEDBLACKANDWHITEFLORETTE} |
| Simbolo | ✾ |
| Codifica URL (percentuale UTF-8) | %E2%9C%BE |
| Nome parlato / screen reader | Six Petalled Black And White Florette |