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