| Nombre del símbolo | Hangul Jongseong Rieul-kiyeok-sios |
| Versión Unicode | 1.1 |
| Unicode | U+11CC |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo hangul jongseong rieul-kiyeok-sios en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Jongseong Rieul-kiyeok-sios en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\11CC |
| Código hexadecimal | 0x11CC |
| Código HTML | ᇌ |
| LaTeX | \hangul{11CC} |
| Símbolo | ᇌ |
| Codificación URL (porcentaje UTF-8) | %E1%87%8C |
| Nombre oral / lector de pantalla | Hangul Jongseong Rieul-kiyeok-sios |