| Symbolname | Hangul Syllable Konh |
| Unicode-Version | 2.0 |
| Unicode | U+CF5A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \CF5A |
| Hexadezimalcode | 0xCF5A |
| HTML-Code | 콚 |
| LaTeX | \hangul{CF5A} |
| Symbol | 콚 |
| URL-Kodierung (UTF-8-Prozent) | %EC%BD%9A |
| Ansagename (Screenreader) | Hangul Syllable Konh |
| UTF-8 | EC BD 9A |
| UTF-16 | CF5A |
| UTF-32 | 0000CF5A |
1\documentclass{article}2\usepackage{pifont}3\hangul{CF5A}4\end{document}Sie können das Symbol hangul syllable konh auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 53082 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable konh", or use Unicode Hex Input with CF5A.
Ctrl + Shift + U, type cf5a, 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-konh::before { content: "\CF5A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>콚</span>Die Darstellung des Symbols Hangul Syllable Konh in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uCF5A' or String.fromCodePoint(53082) |
| Python | '\N{HANGUL SYLLABLE KONH}' or chr(53082) |
| Rust | '\u{CF5A}' |
| C / C++ | UTF-8 source or wchar_t with U+CF5A |
| Go | string(rune(0xCF5A)) |
| Ruby | "\u{CF5A}" |