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