| Nombre del símbolo | Hangul Letter Nieun-pansios |
| Versión Unicode | 1.1 |
| Unicode | U+3168 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | E3 85 A8 |
| UTF-16 | 3168 |
| UTF-32 | 00003168 |
1\documentclass{article}2\usepackage{pifont}3\hangul{3168}4\end{document}Puedes escribir el símbolo hangul letter nieun-pansios en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 12648 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul letter nieun-pansios", or use Unicode Hex Input with 3168.
Ctrl + Shift + U, type 3168, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.hangul-letter-nieun-pansios::before { content: "\3168"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ㅨ</span>La representación del símbolo Hangul Letter Nieun-pansios en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u3168' or String.fromCodePoint(12648) |
| Python | '\N{HANGUL LETTER NIEUN-PANSIOS}' or chr(12648) |
| Rust | '\u{3168}' |
| C / C++ | UTF-8 source or wchar_t with U+3168 |
| Go | string(rune(0x3168)) |
| Ruby | "\u{3168}" |
| Código CSS |
\3168 |
| Código hexadecimal | 0x3168 |
| Código HTML | ㅨ |
| LaTeX | \hangul{3168} |
| Símbolo | ㅨ |
| Codificación URL (porcentaje UTF-8) | %E3%85%A8 |
| Nombre oral / lector de pantalla | Hangul Letter Nieun-pansios |