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