| Nome del simbolo | Hangul Jongseong Rieul-tikeut |
| Versione Unicode | 1.1 |
| Unicode | U+11CE |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | E1 87 8E |
| UTF-16 | 11CE |
| UTF-32 | 000011CE |
1\documentclass{article}2\usepackage{pifont}3\hangul{11CE}4\end{document}Puoi digitare il simbolo hangul jongseong rieul-tikeut sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Jongseong Rieul-tikeut nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\11CE |
| Codice esadecimale | 0x11CE |
| Codice HTML | ᇎ |
| LaTeX | \hangul{11CE} |
| Simbolo | ᇎ |
| Codifica URL (percentuale UTF-8) | %E1%87%8E |
| Nome parlato / screen reader | Hangul Jongseong Rieul-tikeut |