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