| Symbol Name | Hangul Choseong Ssangyeorinhieuh |
| Unicode Version | 5.2 |
| Unicode | U+A97C |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code |
| UTF-8 | EA A5 BC |
| UTF-16 | A97C |
| UTF-32 | 0000A97C |
1\documentclass{article}2\usepackage{pifont}3\hangul{A97C}4\end{document}You can type the hangul choseong ssangyeorinhieuh symbol on most modern devices with the help of following methods:
Alt + 43388 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong ssangyeorinhieuh", or use Unicode Hex Input with A97C.
Ctrl + Shift + U, type a97c, 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-ssangyeorinhieuh::before { content: "\A97C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ꥼ</span>Hangul Choseong Ssangyeorinhieuh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA97C' or String.fromCodePoint(43388) |
| Python | '\N{HANGUL CHOSEONG SSANGYEORINHIEUH}' or chr(43388) |
| Rust | '\u{A97C}' |
| C / C++ | UTF-8 source or wchar_t with U+A97C |
| Go | string(rune(0xA97C)) |
| Ruby | "\u{A97C}" |
\A97C |
| Hex Code | 0xA97C |
| HTML Code | ꥼ |
| LaTeX | \hangul{A97C} |
| Symbol | ꥼ |
| URL encode (UTF-8 percent) | %EA%A5%BC |
| Spoken / screen reader name | Hangul Choseong Ssangyeorinhieuh |