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