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