| Nome del simbolo | Hangul Syllable Koed |
| Versione Unicode | 2.0 |
| Unicode | U+CFAF |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CFAF |
| Codice esadecimale | 0xCFAF |
| Codice HTML | 쾯 |
| LaTeX | \hangul{CFAF} |
| Simbolo | 쾯 |
| Codifica URL (percentuale UTF-8) | %EC%BE%AF |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable koed sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Koed nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |