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