| Nombre del símbolo | Latin Letter Small Capital Reversed N |
| Versión Unicode | 4.0 |
| Unicode | U+1D0E |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | E1 B4 8E |
| UTF-16 | 1D0E |
| UTF-32 | 00001D0E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERSMALLCAPITALREVERSEDN}4\end{document}Puedes escribir el símbolo latin letter small capital reversed n en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 7438 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter small capital reversed n", or use Unicode Hex Input with 1D0E.
Ctrl + Shift + U, type 1d0e, 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-letter-small-capital-reversed-n::before { content: "\1D0E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᴎ</span>La representación del símbolo Latin Letter Small Capital Reversed N en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u1D0E' or String.fromCodePoint(7438) |
| Python | '\N{LATIN LETTER SMALL CAPITAL REVERSED N}' or chr(7438) |
| Rust | '\u{1D0E}' |
| C / C++ | UTF-8 source or wchar_t with U+1D0E |
| Go | string(rune(0x1D0E)) |
| Ruby | "\u{1D0E}" |
| Código CSS |
\1D0E |
| Código hexadecimal | 0x1D0E |
| Código HTML | ᴎ |
| LaTeX | \text{LATINLETTERSMALLCAPITALREVERSEDN} |
| Símbolo | ᴎ |
| Codificación URL (porcentaje UTF-8) | %E1%B4%8E |
| Nombre oral / lector de pantalla | Latin Letter Small Capital Reversed N |