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