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