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