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