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