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