| Nombre del símbolo | Six Petalled Black And White Florette |
| Versión Unicode | 1.1 |
| Unicode | U+273E |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo six petalled black and white florette en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Six Petalled Black And White Florette en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\273E |
| Código hexadecimal | 0x273E |
| Código HTML | ✾ |
| LaTeX | \text{SIXPETALLEDBLACKANDWHITEFLORETTE} |
| Símbolo | ✾ |
| Codificación URL (porcentaje UTF-8) | %E2%9C%BE |
| Nombre oral / lector de pantalla | Six Petalled Black And White Florette |