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