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