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