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