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