| Nombre del símbolo | Hangul Letter Nieun-sios |
| Versión Unicode | 1.1 |
| Unicode | U+3167 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \3167 |
| Código hexadecimal | 0x3167 |
| Código HTML | ㅧ |
| LaTeX | \hangul{3167} |
| Símbolo | ㅧ |
| Codificación URL (porcentaje UTF-8) | %E3%85%A7 |
| Nombre oral / lector de pantalla | Hangul Letter Nieun-sios |
| UTF-8 | E3 85 A7 |
| UTF-16 | 3167 |
| UTF-32 | 00003167 |
1\documentclass{article}2\usepackage{pifont}3\hangul{3167}4\end{document}Puedes escribir el símbolo hangul letter nieun-sios en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 12647 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul letter nieun-sios", or use Unicode Hex Input with 3167.
Ctrl + Shift + U, type 3167, 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-sios::before { content: "\3167"; 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-sios en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u3167' or String.fromCodePoint(12647) |
| Python | '\N{HANGUL LETTER NIEUN-SIOS}' or chr(12647) |
| Rust | '\u{3167}' |
| C / C++ | UTF-8 source or wchar_t with U+3167 |
| Go | string(rune(0x3167)) |
| Ruby | "\u{3167}" |