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