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