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