| Symbol Name | Hangul Syllable Kulb |
| Unicode Version | 2.0 |
| Unicode | U+CFEB |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CFEB |
| Hex Code | 0xCFEB |
| HTML Code | 쿫 |
| LaTeX | \hangul{CFEB} |
| Symbol | 쿫 |
| URL encode (UTF-8 percent) | %EC%BF%AB |
| Spoken / screen reader name | 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}You can type the hangul syllable kulb symbol on most modern devices with the help of following methods:
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>Hangul Syllable Kulb symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |