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