| Symboolnaam | Latin Small Letter N With Acute |
| Unicode-versie | 1.1 |
| Unicode | U+0144 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | C5 84 |
| UTF-16 | 0144 |
| UTF-32 | 00000144 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERNWITHACUTE}4\end{document}Je kunt het latin small letter n with acute-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 324 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter n with acute", or use Unicode Hex Input with 0144.
Ctrl + Shift + U, type 0144, 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-small-letter-n-with-acute::before { content: "\0144"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ń</span>De weergave van het Latin Small Letter N With Acute-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u0144' or String.fromCodePoint(324) |
| Python | '\N{LATIN SMALL LETTER N WITH ACUTE}' or chr(324) |
| Rust | '\u{0144}' |
| C / C++ | UTF-8 source or wchar_t with U+0144 |
| Go | string(rune(0x0144)) |
| Ruby | "\u{0144}" |
\0144 |
| Hexadecimale code | 0x0144 |
| HTML-code | ń |
| LaTeX | \text{LATINSMALLLETTERNWITHACUTE} |
| Symbool | ń |
| URL-codering (UTF-8 procent) | %C5%84 |
| Uitgesproken naam / schermlezer | Latin Small Letter N With Acute |