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