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