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