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