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