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