| Symbolname | Void Hanzi |
| Unicode-Version | 1.1 |
| Unicode | U+7A7A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \7A7A |
| Hexadezimalcode | 0x7A7A |
| HTML-Code | 空 |
| LaTeX | \CJKchar{7A7A} |
| Symbol | 空 |
| URL-Kodierung (UTF-8-Prozent) | %E7%A9%BA |
| Ansagename (Screenreader) | Void Hanzi |
| UTF-8 | E7 A9 BA |
| UTF-16 | 7A7A |
| UTF-32 | 00007A7A |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{7A7A}4\end{document}Sie können das Symbol void hanzi auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 31354 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "void hanzi", or use Unicode Hex Input with 7A7A.
Ctrl + Shift + U, type 7a7a, then Enter (layout-dependent), or use an IBus CJK table.
Paste from this page, use text replacement, or pick from a Japanese/Chinese keyboard.
Paste from this page or use a keyboard with CJK ideograph support.
1span.cjk-void::before { content: "\\7A7A"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>空</span>Die Darstellung des Symbols Void Hanzi in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u7A7A' or String.fromCodePoint(31354) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-7A7A}' or chr(31354) |
| Rust | '\u{7A7A}' |
| C / C++ | UTF-8 source or wchar_t with U+7A7A |
| Go | string(rune(0x7A7A)) |
| Ruby | "\u{7A7A}" |