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