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