| Symbol Name | Hangul Syllable Keub |
| Unicode Version | 2.0 |
| Unicode | U+D082 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D082 |
| Hex Code | 0xD082 |
| HTML Code | 킂 |
| LaTeX | \hangul{D082} |
| Symbol | 킂 |
| URL encode (UTF-8 percent) | %ED%82%82 |
| Spoken / screen reader name | 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}You can type the hangul syllable keub symbol on most modern devices with the help of following methods:
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>Hangul Syllable Keub symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |