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