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