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