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