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