| Nom du symbole | Hangul Choseong Ssangthieuth |
| Version Unicode | 5.2 |
| Unicode | U+A979 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole hangul choseong ssangthieuth sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Choseong Ssangthieuth dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\A979 |
| Code hexadécimal | 0xA979 |
| Code HTML | ꥹ |
| LaTeX | \hangul{A979} |
| Symbole | ꥹ |
| Encodage URL (pourcent UTF-8) | %EA%A5%B9 |
| Nom oral / lecteur d’écran | Hangul Choseong Ssangthieuth |