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