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