| Nombre del símbolo | Hangul Choseong Nieun-pieup |
| Versión Unicode | 1.1 |
| Unicode | U+1116 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS |
| UTF-8 | E1 84 96 |
| UTF-16 | 1116 |
| UTF-32 | 00001116 |
1\documentclass{article}2\usepackage{pifont}3\hangul{1116}4\end{document}Puedes escribir el símbolo hangul choseong nieun-pieup en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 4374 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong nieun-pieup", or use Unicode Hex Input with 1116.
Ctrl + Shift + U, type 1116, 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-choseong-nieun-pieup::before { content: "\1116"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᄖ</span>La representación del símbolo Hangul Choseong Nieun-pieup en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u1116' or String.fromCodePoint(4374) |
| Python | '\N{HANGUL CHOSEONG NIEUN-PIEUP}' or chr(4374) |
| Rust | '\u{1116}' |
| C / C++ | UTF-8 source or wchar_t with U+1116 |
| Go | string(rune(0x1116)) |
| Ruby | "\u{1116}" |
\1116 |
| Código hexadecimal | 0x1116 |
| Código HTML | ᄖ |
| LaTeX | \hangul{1116} |
| Símbolo | ᄖ |
| Codificación URL (porcentaje UTF-8) | %E1%84%96 |
| Nombre oral / lector de pantalla | Hangul Choseong Nieun-pieup |