| Nome del simbolo | Koi Carp Hanzi |
| Versione Unicode | 1.1 |
| Unicode | U+9B91 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \9B91 |
| Codice esadecimale | 0x9B91 |
| Codice HTML | 鮑 |
| LaTeX | \CJKchar{9B91} |
| Simbolo | 鮑 |
| Codifica URL (percentuale UTF-8) | %E9%AE%91 |
| Nome parlato / screen reader | Koi Carp Hanzi |
| UTF-8 | E9 AE 91 |
| UTF-16 | 9B91 |
| UTF-32 | 00009B91 |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{9B91}4\end{document}Puoi digitare il simbolo koi carp hanzi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 39825 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "koi carp hanzi", or use Unicode Hex Input with 9B91.
Ctrl + Shift + U, type 9b91, 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-koi::before { content: "\\9B91"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>鮑</span>La rappresentazione del simbolo Koi Carp Hanzi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u9B91' or String.fromCodePoint(39825) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-9B91}' or chr(39825) |
| Rust | '\u{9B91}' |
| C / C++ | UTF-8 source or wchar_t with U+9B91 |
| Go | string(rune(0x9B91)) |
| Ruby | "\u{9B91}" |