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