| Nom du symbole | Oni Demon Kanji |
| Version Unicode | 1.1 |
| Unicode | U+9B3C |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \9B3C |
| Code hexadécimal | 0x9B3C |
| Code HTML | 鬼 |
| LaTeX | \CJKchar{9B3C} |
| Symbole | 鬼 |
| Encodage URL (pourcent UTF-8) | %E9%AC%BC |
| Nom oral / lecteur d’écran | Oni Demon Kanji |
| UTF-8 | E9 AC BC |
| UTF-16 | 9B3C |
| UTF-32 | 00009B3C |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{9B3C}4\end{document}Vous pouvez saisir le symbole oni demon kanji sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 39740 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "oni demon kanji", or use Unicode Hex Input with 9B3C.
Ctrl + Shift + U, type 9b3c, 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-demon::before { content: "\\9B3C"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>鬼</span>La représentation du symbole Oni Demon Kanji dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u9B3C' or String.fromCodePoint(39740) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-9B3C}' or chr(39740) |
| Rust | '\u{9B3C}' |
| C / C++ | UTF-8 source or wchar_t with U+9B3C |
| Go | string(rune(0x9B3C)) |
| Ruby | "\u{9B3C}" |