| Symbol Name | Hangul Syllable Kyum |
| Unicode Version | 2.0 |
| Unicode | U+D060 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D060 |
| Hex Code | 0xD060 |
| HTML Code | 큠 |
| LaTeX | \hangul{D060} |
| Symbol | 큠 |
| URL encode (UTF-8 percent) | %ED%81%A0 |
| Spoken / screen reader name | Hangul Syllable Kyum |
| UTF-8 | ED 81 A0 |
| UTF-16 | D060 |
| UTF-32 | 0000D060 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D060}4\end{document}You can type the hangul syllable kyum symbol on most modern devices with the help of following methods:
Alt + 53344 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kyum", or use Unicode Hex Input with D060.
Ctrl + Shift + U, type d060, 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-kyum::before { content: "\D060"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>큠</span>Hangul Syllable Kyum symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD060' or String.fromCodePoint(53344) |
| Python | '\N{HANGUL SYLLABLE KYUM}' or chr(53344) |
| Rust | '\u{D060}' |
| C / C++ | UTF-8 source or wchar_t with U+D060 |
| Go | string(rune(0xD060)) |
| Ruby | "\u{D060}" |