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