| Nombre del símbolo | Hangul Jongseong Nieun-kiyeok |
| Versión Unicode | 1.1 |
| Unicode | U+11C5 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | E1 87 85 |
| UTF-16 | 11C5 |
| UTF-32 | 000011C5 |
1\documentclass{article}2\usepackage{pifont}3\hangul{11C5}4\end{document}Puedes escribir el símbolo hangul jongseong nieun-kiyeok en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 4549 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jongseong nieun-kiyeok", or use Unicode Hex Input with 11C5.
Ctrl + Shift + U, type 11c5, 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-nieun-kiyeok::before { content: "\11C5"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᇅ</span>La representación del símbolo Hangul Jongseong Nieun-kiyeok en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u11C5' or String.fromCodePoint(4549) |
| Python | '\N{HANGUL JONGSEONG NIEUN-KIYEOK}' or chr(4549) |
| Rust | '\u{11C5}' |
| C / C++ | UTF-8 source or wchar_t with U+11C5 |
| Go | string(rune(0x11C5)) |
| Ruby | "\u{11C5}" |
| Código CSS |
\11C5 |
| Código hexadecimal | 0x11C5 |
| Código HTML | ᇅ |
| LaTeX | \hangul{11C5} |
| Símbolo | ᇅ |
| Codificación URL (porcentaje UTF-8) | %E1%87%85 |
| Nombre oral / lector de pantalla | Hangul Jongseong Nieun-kiyeok |