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