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