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