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