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