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