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