| Nombre del símbolo | Death Hanzi |
| Versión Unicode | 1.1 |
| Unicode | U+6B7B |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \6B7B |
| Código hexadecimal | 0x6B7B |
| Código HTML | 死 |
| LaTeX | \CJKchar{6B7B} |
| Símbolo | 死 |
| Codificación URL (porcentaje UTF-8) | %E6%AD%BB |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo death hanzi en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Death Hanzi en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |