| Symbol Name | Oni Demon Kanji |
| Unicode Version | 1.1 |
| Unicode | U+9B3C |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \9B3C |
| Hex Code | 0x9B3C |
| HTML Code | 鬼 |
| LaTeX | \CJKchar{9B3C} |
| Symbol | 鬼 |
| URL encode (UTF-8 percent) | %E9%AC%BC |
| Spoken / screen reader name | 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}You can type the oni demon kanji symbol on most modern devices with the help of following methods:
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>Oni Demon Kanji symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |