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