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