| Nom du symbole | Hangul Choseong Tikeut-sios |
| Version Unicode | 5.2 |
| Unicode | U+A962 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| UTF-8 | EA A5 A2 |
| UTF-16 | A962 |
| UTF-32 | 0000A962 |
1\documentclass{article}2\usepackage{pifont}3\hangul{A962}4\end{document}Vous pouvez saisir le symbole hangul choseong tikeut-sios sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 43362 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong tikeut-sios", or use Unicode Hex Input with A962.
Ctrl + Shift + U, type a962, 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-tikeut-sios::before { content: "\A962"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ꥢ</span>La représentation du symbole Hangul Choseong Tikeut-sios dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uA962' or String.fromCodePoint(43362) |
| Python | '\N{HANGUL CHOSEONG TIKEUT-SIOS}' or chr(43362) |
| Rust | '\u{A962}' |
| C / C++ | UTF-8 source or wchar_t with U+A962 |
| Go | string(rune(0xA962)) |
| Ruby | "\u{A962}" |
| Code CSS |
\A962 |
| Code hexadécimal | 0xA962 |
| Code HTML | ꥢ |
| LaTeX | \hangul{A962} |
| Symbole | ꥢ |
| Encodage URL (pourcent UTF-8) | %EA%A5%A2 |
| Nom oral / lecteur d’écran | Hangul Choseong Tikeut-sios |