| Symboolnaam | Hangul Syllable Kyes |
| Unicode-versie | 2.0 |
| Unicode | U+CF51 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CF51 |
| Hexadecimale code | 0xCF51 |
| HTML-code | 콑 |
| LaTeX | \hangul{CF51} |
| Symbool | 콑 |
| URL-codering (UTF-8 procent) | %EC%BD%91 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable kyes-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Kyes-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |