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