| Symbol Name | Hangul Choseong Tikeut-sios |
| Unicode Version | 5.2 |
| Unicode | U+A962 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \A962 |
| Hex Code | 0xA962 |
| HTML Code | ꥢ |
| LaTeX | \hangul{A962} |
| Symbol | ꥢ |
| URL encode (UTF-8 percent) | %EA%A5%A2 |
| Spoken / screen reader name | Hangul Choseong Tikeut-sios |
| UTF-8 | EA A5 A2 |
| UTF-16 | A962 |
| UTF-32 | 0000A962 |
1\documentclass{article}2\usepackage{pifont}3\hangul{A962}4\end{document}You can type the hangul choseong tikeut-sios symbol on most modern devices with the help of following methods:
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>Hangul Choseong Tikeut-sios symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |