| Nom du symbole | Hangul Syllable Jjweomb |
| Version Unicode | 2.0 |
| Unicode | U+CB75 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CB75 |
| Code hexadécimal | 0xCB75 |
| Code HTML | 쭵 |
| LaTeX | \hangul{CB75} |
| Symbole | 쭵 |
| Encodage URL (pourcent UTF-8) | %EC%AD%B5 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable jjweomb sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Jjweomb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |