| Nome del simbolo | Hangul Syllable Kyaeb |
| Versione Unicode | 2.0 |
| Unicode | U+CEDE |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CEDE |
| Codice esadecimale | 0xCEDE |
| Codice HTML | 컞 |
| LaTeX | \hangul{CEDE} |
| Simbolo | 컞 |
| Codifica URL (percentuale UTF-8) | %EC%BB%9E |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable kyaeb sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Kyaeb nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |