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