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