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