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