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