| Symbol Name | Wood Hanzi |
| Unicode Version | 1.1 |
| Unicode | U+6728 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \6728 |
| Hex Code | 0x6728 |
| HTML Code | 木 |
| LaTeX | \CJKchar{6728} |
| Symbol | 木 |
| URL encode (UTF-8 percent) | %E6%9C%A8 |
| Spoken / screen reader name | 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}You can type the wood hanzi symbol on most modern devices with the help of following methods:
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>Wood Hanzi symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |