| Nome del simbolo | Hangul Jongseong Rieul-kiyeok-sios |
| Versione Unicode | 1.1 |
| Unicode | U+11CC |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | E1 87 8C |
| UTF-16 | 11CC |
| UTF-32 | 000011CC |
1\documentclass{article}2\usepackage{pifont}3\hangul{11CC}4\end{document}Puoi digitare il simbolo hangul jongseong rieul-kiyeok-sios sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 4556 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jongseong rieul-kiyeok-sios", or use Unicode Hex Input with 11CC.
Ctrl + Shift + U, type 11cc, 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-kiyeok-sios::before { content: "\11CC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᇌ</span>La rappresentazione del simbolo Hangul Jongseong Rieul-kiyeok-sios nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u11CC' or String.fromCodePoint(4556) |
| Python | '\N{HANGUL JONGSEONG RIEUL-KIYEOK-SIOS}' or chr(4556) |
| Rust | '\u{11CC}' |
| C / C++ | UTF-8 source or wchar_t with U+11CC |
| Go | string(rune(0x11CC)) |
| Ruby | "\u{11CC}" |
| Codice CSS |
\11CC |
| Codice esadecimale | 0x11CC |
| Codice HTML | ᇌ |
| LaTeX | \hangul{11CC} |
| Simbolo | ᇌ |
| Codifica URL (percentuale UTF-8) | %E1%87%8C |
| Nome parlato / screen reader | Hangul Jongseong Rieul-kiyeok-sios |