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