| Symboolnaam | Black Florette |
| Unicode-versie | 1.1 |
| Unicode | U+273F |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \273F |
| Hexadecimale code | 0x273F |
| HTML-code | ✿ |
| LaTeX | \text{BLACKFLORETTE} |
| Symbool | ✿ |
| URL-codering (UTF-8 procent) | %E2%9C%BF |
| Uitgesproken naam / schermlezer | Black Florette |
| UTF-8 | E2 9C BF |
| UTF-16 | 273F |
| UTF-32 | 0000273F |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKFLORETTE}4\end{document}Je kunt het black florette-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10047 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black florette", or use Unicode Hex Input with 273F.
Ctrl + Shift + U, type 273f, 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.black-florette::before { content: "\273F"; }1<span>✿</span>De weergave van het Black Florette-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u273F' or String.fromCodePoint(10047) |
| Python | '\N{BLACK FLORETTE}' or chr(10047) |
| Rust | '\u{273F}' |
| C / C++ | UTF-8 source or wchar_t with U+273F |
| Go | string(rune(0x273F)) |
| Ruby | "\u{273F}" |