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