| Nome del simbolo | Hangul Choseong Ssangthieuth |
| Versione Unicode | 5.2 |
| Unicode | U+A979 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | EA A5 B9 |
| UTF-16 | A979 |
| UTF-32 | 0000A979 |
1\documentclass{article}2\usepackage{pifont}3\hangul{A979}4\end{document}Puoi digitare il simbolo hangul choseong ssangthieuth sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Choseong Ssangthieuth nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\A979 |
| Codice esadecimale | 0xA979 |
| Codice HTML | ꥹ |
| LaTeX | \hangul{A979} |
| Simbolo | ꥹ |
| Codifica URL (percentuale UTF-8) | %EA%A5%B9 |
| Nome parlato / screen reader | Hangul Choseong Ssangthieuth |