| Symboolnaam | Hangul Syllable Kwamp |
| Unicode-versie | 2.0 |
| Unicode | U+CF84 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CF84 |
| Hexadecimale code | 0xCF84 |
| HTML-code | 쾄 |
| LaTeX | \hangul{CF84} |
| Symbool | 쾄 |
| URL-codering (UTF-8 procent) | %EC%BE%84 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable kwamp-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Kwamp-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |