| Symbol Name | Modifier Letter Capital N |
| Unicode Version | 4.0 |
| Unicode | U+1D3A |
| Unicode block | |
| General category | Modifier Letter (Lm) |
| CSS Code |
| UTF-8 | E1 B4 BA |
| UTF-16 | 1D3A |
| UTF-32 | 00001D3A |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERCAPITALN}4\end{document}You can type the modifier letter capital n symbol on most modern devices with the help of following methods:
Alt + 7482 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter capital n", or use Unicode Hex Input with 1D3A.
Ctrl + Shift + U, type 1d3a, 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.modifier-letter-capital-n::before { content: "\1D3A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᴺ</span>Modifier Letter Capital N symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u1D3A' or String.fromCodePoint(7482) |
| Python | '\N{MODIFIER LETTER CAPITAL N}' or chr(7482) |
| Rust | '\u{1D3A}' |
| C / C++ | UTF-8 source or wchar_t with U+1D3A |
| Go | string(rune(0x1D3A)) |
| Ruby | "\u{1D3A}" |
\1D3A |
| Hex Code | 0x1D3A |
| HTML Code | ᴺ |
| LaTeX | \text{MODIFIERLETTERCAPITALN} |
| Symbol | ᴺ |
| URL encode (UTF-8 percent) | %E1%B4%BA |
| Spoken / screen reader name | Modifier Letter Capital N |