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