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