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