| Symbol Name | Death Hanzi |
| Unicode Version | 1.1 |
| Unicode | U+6B7B |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \6B7B |
| Hex Code | 0x6B7B |
| HTML Code | 死 |
| LaTeX | \CJKchar{6B7B} |
| Symbol | 死 |
| URL encode (UTF-8 percent) | %E6%AD%BB |
| Spoken / screen reader name | Death Hanzi |
| UTF-8 | E6 AD BB |
| UTF-16 | 6B7B |
| UTF-32 | 00006B7B |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{6B7B}4\end{document}You can type the death hanzi symbol on most modern devices with the help of following methods:
Alt + 27515 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "death hanzi", or use Unicode Hex Input with 6B7B.
Ctrl + Shift + U, type 6b7b, 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-death::before { content: "\\6B7B"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>死</span>Death Hanzi symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u6B7B' or String.fromCodePoint(27515) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-6B7B}' or chr(27515) |
| Rust | '\u{6B7B}' |
| C / C++ | UTF-8 source or wchar_t with U+6B7B |
| Go | string(rune(0x6B7B)) |
| Ruby | "\u{6B7B}" |