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