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