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