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