| Symbolname | Hangul Syllable Kyagg |
| Unicode-Version | 2.0 |
| Unicode | U+CEAE |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \CEAE |
| Hexadezimalcode | 0xCEAE |
| HTML-Code | 캮 |
| LaTeX | \hangul{CEAE} |
| Symbol | 캮 |
| URL-Kodierung (UTF-8-Prozent) | %EC%BA%AE |
| Ansagename (Screenreader) | Hangul Syllable Kyagg |
| UTF-8 | EC BA AE |
| UTF-16 | CEAE |
| UTF-32 | 0000CEAE |
1\documentclass{article}2\usepackage{pifont}3\hangul{CEAE}4\end{document}Sie können das Symbol hangul syllable kyagg auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 52910 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kyagg", or use Unicode Hex Input with CEAE.
Ctrl + Shift + U, type ceae, 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-kyagg::before { content: "\CEAE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>캮</span>Die Darstellung des Symbols Hangul Syllable Kyagg in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uCEAE' or String.fromCodePoint(52910) |
| Python | '\N{HANGUL SYLLABLE KYAGG}' or chr(52910) |
| Rust | '\u{CEAE}' |
| C / C++ | UTF-8 source or wchar_t with U+CEAE |
| Go | string(rune(0xCEAE)) |
| Ruby | "\u{CEAE}" |