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