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