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