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