| Symboolnaam | Hangul Syllable Konj |
| Unicode-versie | 2.0 |
| Unicode | U+CF59 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CF59 |
| Hexadecimale code | 0xCF59 |
| HTML-code | 콙 |
| LaTeX | \hangul{CF59} |
| Symbool | 콙 |
| URL-codering (UTF-8 procent) | %EC%BD%99 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable konj-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Konj-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |