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