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