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