| Nombre del símbolo | Wood Hanzi |
| Versión Unicode | 1.1 |
| Unicode | U+6728 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \6728 |
| Código hexadecimal | 0x6728 |
| Código HTML | 木 |
| LaTeX | \CJKchar{6728} |
| Símbolo | 木 |
| Codificación URL (porcentaje UTF-8) | %E6%9C%A8 |
| Nombre oral / lector de pantalla | Wood Hanzi |
| UTF-8 | E6 9C A8 |
| UTF-16 | 6728 |
| UTF-32 | 00006728 |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{6728}4\end{document}Puedes escribir el símbolo wood hanzi en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 26408 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "wood hanzi", or use Unicode Hex Input with 6728.
Ctrl + Shift + U, type 6728, 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-wood::before { content: "\\6728"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>木</span>La representación del símbolo Wood Hanzi en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u6728' or String.fromCodePoint(26408) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-6728}' or chr(26408) |
| Rust | '\u{6728}' |
| C / C++ | UTF-8 source or wchar_t with U+6728 |
| Go | string(rune(0x6728)) |
| Ruby | "\u{6728}" |