| Symboolnaam | Hangul Syllable Jjoemp |
| Unicode-versie | 2.0 |
| Unicode | U+CB24 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CB24 |
| Hexadecimale code | 0xCB24 |
| HTML-code | 쬤 |
| LaTeX | \hangul{CB24} |
| Symbool | 쬤 |
| URL-codering (UTF-8 procent) | %EC%AC%A4 |
| Uitgesproken naam / schermlezer | Hangul Syllable Jjoemp |
| UTF-8 | EC AC A4 |
| UTF-16 | CB24 |
| UTF-32 | 0000CB24 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CB24}4\end{document}Je kunt het hangul syllable jjoemp-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 52004 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjoemp", or use Unicode Hex Input with CB24.
Ctrl + Shift + U, type cb24, 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-jjoemp::before { content: "\CB24"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쬤</span>De weergave van het Hangul Syllable Jjoemp-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCB24' or String.fromCodePoint(52004) |
| Python | '\N{HANGUL SYLLABLE JJOEMP}' or chr(52004) |
| Rust | '\u{CB24}' |
| C / C++ | UTF-8 source or wchar_t with U+CB24 |
| Go | string(rune(0xCB24)) |
| Ruby | "\u{CB24}" |