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