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