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