| Symboolnaam | Voided Greek Cross |
| Unicode-versie | 13.0 |
| Unicode | U+1FBBB |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | F0 9F AE BB |
| UTF-16 | D83E DFBB |
| UTF-32 | 0001FBBB |
1\documentclass{article}2\usepackage{pifont}3\text{VOIDEDGREEKCROSS}4\end{document}Je kunt het voided greek cross-symbool op de meeste moderne apparaten typen met de volgende methoden:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "voided greek cross", or use Unicode Hex Input with 1FBBB.
Ctrl + Shift + U, type 1fbbb, 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 legacy computing symbol support.
1span.voided-greek-cross::before { content: "\1FBBB"; }1<span>🮻</span>De weergave van het Voided Greek Cross-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFBB' or String.fromCodePoint(0x1FBBB) |
| Python | '\N{VOIDED GREEK CROSS}' or chr(129979) |
| Rust | '\u{1FBBB}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBBB |
| Go | string(rune(0x1FBBB)) |
| Ruby | "\u{1FBBB}" |
\1FBBB |
| Hexadecimale code | 0x1FBBB |
| HTML-code | 🮻 |
| LaTeX | \text{VOIDEDGREEKCROSS} |
| Symbool | 🮻 |
| URL-codering (UTF-8 procent) | %F0%9F%AE%BB |
| Uitgesproken naam / schermlezer | Voided Greek Cross |