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