| Symbol Name | Hangul Syllable Kemb |
| Unicode Version | 2.0 |
| Unicode | U+CF11 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CF11 |
| Hex Code | 0xCF11 |
| HTML Code | 켑 |
| LaTeX | \hangul{CF11} |
| Symbol | 켑 |
| URL encode (UTF-8 percent) | %EC%BC%91 |
| Spoken / screen reader name | Hangul Syllable Kemb |
| UTF-8 | EC BC 91 |
| UTF-16 | CF11 |
| UTF-32 | 0000CF11 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CF11}4\end{document}You can type the hangul syllable kemb symbol on most modern devices with the help of following methods:
Alt + 53009 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kemb", or use Unicode Hex Input with CF11.
Ctrl + Shift + U, type cf11, 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-kemb::before { content: "\CF11"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>켑</span>Hangul Syllable Kemb symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uCF11' or String.fromCodePoint(53009) |
| Python | '\N{HANGUL SYLLABLE KEMB}' or chr(53009) |
| Rust | '\u{CF11}' |
| C / C++ | UTF-8 source or wchar_t with U+CF11 |
| Go | string(rune(0xCF11)) |
| Ruby | "\u{CF11}" |