| Symboolnaam | Hangul Syllable Kanj |
| Unicode-versie | 2.0 |
| Unicode | U+CE79 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CE79 |
| Hexadecimale code | 0xCE79 |
| HTML-code | 칹 |
| LaTeX | \hangul{CE79} |
| Symbool | 칹 |
| URL-codering (UTF-8 procent) | %EC%B9%B9 |
| Uitgesproken naam / schermlezer | Hangul Syllable Kanj |
| UTF-8 | EC B9 B9 |
| UTF-16 | CE79 |
| UTF-32 | 0000CE79 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CE79}4\end{document}Je kunt het hangul syllable kanj-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 52857 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kanj", or use Unicode Hex Input with CE79.
Ctrl + Shift + U, type ce79, 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-kanj::before { content: "\CE79"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>칹</span>De weergave van het Hangul Syllable Kanj-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCE79' or String.fromCodePoint(52857) |
| Python | '\N{HANGUL SYLLABLE KANJ}' or chr(52857) |
| Rust | '\u{CE79}' |
| C / C++ | UTF-8 source or wchar_t with U+CE79 |
| Go | string(rune(0xCE79)) |
| Ruby | "\u{CE79}" |