| Nombre del símbolo | Latin Small Letter N With Acute |
| Versión Unicode | 1.1 |
| Unicode | U+0144 |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C5 84 |
| UTF-16 | 0144 |
| UTF-32 | 00000144 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERNWITHACUTE}4\end{document}Puedes escribir el símbolo latin small letter n with acute en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Small Letter N With Acute en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\0144 |
| Código hexadecimal | 0x0144 |
| Código HTML | ń |
| LaTeX | \text{LATINSMALLLETTERNWITHACUTE} |
| Símbolo | ń |
| Codificación URL (porcentaje UTF-8) | %C5%84 |
| Nombre oral / lector de pantalla | Latin Small Letter N With Acute |