| 記号名 | Latin Capital Letter N With Small Letter J |
| Unicodeバージョン | 1.1 |
| Unicode | U+01CB |
| Unicodeブロック | |
| 一般カテゴリ | Lt (Lt) |
| CSSコード |
| UTF-8 | C7 8B |
| UTF-16 | 01CB |
| UTF-32 | 000001CB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERNWITHSMALLLETTERJ}4\end{document}以下の方法でほとんどの最新デバイスでlatin capital letter n with small letter j記号を入力できます:
Alt + 459 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter n with small letter j", or use Unicode Hex Input with 01CB.
Ctrl + Shift + U, type 01cb, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-n-with-small-letter-j::before { content: "\01CB"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Nj</span>各プログラミング言語におけるLatin Capital Letter N With Small Letter J記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u01CB' or String.fromCodePoint(459) |
| Python | '\N{LATIN CAPITAL LETTER N WITH SMALL LETTER J}' or chr(459) |
| Rust | '\u{01CB}' |
| C / C++ | UTF-8 source or wchar_t with U+01CB |
| Go | string(rune(0x01CB)) |
| Ruby | "\u{01CB}" |
\01CB |
| 16進コード | 0x01CB |
| HTMLコード | Nj |
| LaTeX | \text{LATINCAPITALLETTERNWITHSMALLLETTERJ} |
| 記号 | Nj |
| URLエンコード(UTF-8パーセント) | %C7%8B |
| 読み上げ名 / スクリーンリーダー | Latin Capital Letter N With Small Letter J |