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