| Symbol Name | Hangul Syllable Jjweomb |
| Unicode Version | 2.0 |
| Unicode | U+CB75 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CB75 |
| Hex Code | 0xCB75 |
| HTML Code | 쭵 |
| LaTeX | \hangul{CB75} |
| Symbol | 쭵 |
| URL encode (UTF-8 percent) | %EC%AD%B5 |
| Spoken / screen reader name | Hangul Syllable Jjweomb |
| UTF-8 | EC AD B5 |
| UTF-16 | CB75 |
| UTF-32 | 0000CB75 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CB75}4\end{document}You can type the hangul syllable jjweomb symbol on most modern devices with the help of following methods:
Alt + 52085 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjweomb", or use Unicode Hex Input with CB75.
Ctrl + Shift + U, type cb75, 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-jjweomb::before { content: "\CB75"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쭵</span>Hangul Syllable Jjweomb symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uCB75' or String.fromCodePoint(52085) |
| Python | '\N{HANGUL SYLLABLE JJWEOMB}' or chr(52085) |
| Rust | '\u{CB75}' |
| C / C++ | UTF-8 source or wchar_t with U+CB75 |
| Go | string(rune(0xCB75)) |
| Ruby | "\u{CB75}" |