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