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