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