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