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