| Nombre del símbolo | Hangul Syllable Kwamp |
| Versión Unicode | 2.0 |
| Unicode | U+CF84 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CF84 |
| Código hexadecimal | 0xCF84 |
| Código HTML | 쾄 |
| LaTeX | \hangul{CF84} |
| Símbolo | 쾄 |
| Codificación URL (porcentaje UTF-8) | %EC%BE%84 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable kwamp en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Syllable Kwamp en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |