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