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