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