| Symboolnaam | Nothing Hanzi |
| Unicode-versie | 1.1 |
| Unicode | U+7121 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \7121 |
| Hexadecimale code | 0x7121 |
| HTML-code | 無 |
| LaTeX | \CJKchar{7121} |
| Symbool | 無 |
| URL-codering (UTF-8 procent) | %E7%84%A1 |
| Uitgesproken naam / schermlezer | Nothing Hanzi |
| UTF-8 | E7 84 A1 |
| UTF-16 | 7121 |
| UTF-32 | 00007121 |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{7121}4\end{document}Je kunt het nothing hanzi-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 28961 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "nothing hanzi", or use Unicode Hex Input with 7121.
Ctrl + Shift + U, type 7121, 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-nothing::before { content: "\\7121"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>無</span>De weergave van het Nothing Hanzi-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u7121' or String.fromCodePoint(28961) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-7121}' or chr(28961) |
| Rust | '\u{7121}' |
| C / C++ | UTF-8 source or wchar_t with U+7121 |
| Go | string(rune(0x7121)) |
| Ruby | "\u{7121}" |