| Symbolname | Latin Capital Letter N With Acute |
| Unicode-Version | 1.1 |
| Unicode | U+0143 |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | C5 83 |
| UTF-16 | 0143 |
| UTF-32 | 00000143 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERNWITHACUTE}4\end{document}Sie können das Symbol latin capital letter n with acute auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 323 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter n with acute", or use Unicode Hex Input with 0143.
Ctrl + Shift + U, type 0143, 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-acute::before { content: "\0143"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ń</span>Die Darstellung des Symbols Latin Capital Letter N With Acute in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u0143' or String.fromCodePoint(323) |
| Python | '\N{LATIN CAPITAL LETTER N WITH ACUTE}' or chr(323) |
| Rust | '\u{0143}' |
| C / C++ | UTF-8 source or wchar_t with U+0143 |
| Go | string(rune(0x0143)) |
| Ruby | "\u{0143}" |
| CSS-Code |
\0143 |
| Hexadezimalcode | 0x0143 |
| HTML-Code | Ń |
| LaTeX | \text{LATINCAPITALLETTERNWITHACUTE} |
| Symbol | Ń |
| URL-Kodierung (UTF-8-Prozent) | %C5%83 |
| Ansagename (Screenreader) | Latin Capital Letter N With Acute |