| Nombre del símbolo | Hangul Syllable Kwalp |
| Versión Unicode | 2.0 |
| Unicode | U+CF7E |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CF7E |
| Código hexadecimal | 0xCF7E |
| Código HTML | 콾 |
| LaTeX | \hangul{CF7E} |
| Símbolo | 콾 |
| Codificación URL (porcentaje UTF-8) | %EC%BD%BE |
| Nombre oral / lector de pantalla | Hangul Syllable Kwalp |
| UTF-8 | EC BD BE |
| UTF-16 | CF7E |
| UTF-32 | 0000CF7E |
1\documentclass{article}2\usepackage{pifont}3\hangul{CF7E}4\end{document}Puedes escribir el símbolo hangul syllable kwalp en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53118 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kwalp", or use Unicode Hex Input with CF7E.
Ctrl + Shift + U, type cf7e, 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-kwalp::before { content: "\CF7E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>콾</span>La representación del símbolo Hangul Syllable Kwalp en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uCF7E' or String.fromCodePoint(53118) |
| Python | '\N{HANGUL SYLLABLE KWALP}' or chr(53118) |
| Rust | '\u{CF7E}' |
| C / C++ | UTF-8 source or wchar_t with U+CF7E |
| Go | string(rune(0xCF7E)) |
| Ruby | "\u{CF7E}" |