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