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