| Nom du symbole | Hangul Syllable Koen |
| Version Unicode | 2.0 |
| Unicode | U+CFAC |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CFAC |
| Code hexadécimal | 0xCFAC |
| Code HTML | 쾬 |
| LaTeX | \hangul{CFAC} |
| Symbole | 쾬 |
| Encodage URL (pourcent UTF-8) | %EC%BE%AC |
| Nom oral / lecteur d’écran | Hangul Syllable Koen |
| UTF-8 | EC BE AC |
| UTF-16 | CFAC |
| UTF-32 | 0000CFAC |
1\documentclass{article}2\usepackage{pifont}3\hangul{CFAC}4\end{document}Vous pouvez saisir le symbole hangul syllable koen sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 53164 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable koen", or use Unicode Hex Input with CFAC.
Ctrl + Shift + U, type cfac, 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-koen::before { content: "\CFAC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쾬</span>La représentation du symbole Hangul Syllable Koen dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uCFAC' or String.fromCodePoint(53164) |
| Python | '\N{HANGUL SYLLABLE KOEN}' or chr(53164) |
| Rust | '\u{CFAC}' |
| C / C++ | UTF-8 source or wchar_t with U+CFAC |
| Go | string(rune(0xCFAC)) |
| Ruby | "\u{CFAC}" |