| Symbolname | Voided Greek Cross |
| Unicode-Version | 13.0 |
| Unicode | U+1FBBB |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol voided greek cross auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Voided Greek Cross in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x1FBBB |
| HTML-Code | 🮻 |
| LaTeX | \text{VOIDEDGREEKCROSS} |
| Symbol | 🮻 |
| URL-Kodierung (UTF-8-Prozent) | %F0%9F%AE%BB |
| Ansagename (Screenreader) | Voided Greek Cross |