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