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