| Nom du symbole | Hangul Syllable Jjweogs |
| Version Unicode | 2.0 |
| Unicode | U+CB67 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CB67 |
| Code hexadécimal | 0xCB67 |
| Code HTML | 쭧 |
| LaTeX | \hangul{CB67} |
| Symbole | 쭧 |
| Encodage URL (pourcent UTF-8) | %EC%AD%A7 |
| Nom oral / lecteur d’écran | Hangul Syllable Jjweogs |
| UTF-8 | EC AD A7 |
| UTF-16 | CB67 |
| UTF-32 | 0000CB67 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CB67}4\end{document}Vous pouvez saisir le symbole hangul syllable jjweogs sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 52071 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjweogs", or use Unicode Hex Input with CB67.
Ctrl + Shift + U, type cb67, 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-jjweogs::before { content: "\CB67"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쭧</span>La représentation du symbole Hangul Syllable Jjweogs dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uCB67' or String.fromCodePoint(52071) |
| Python | '\N{HANGUL SYLLABLE JJWEOGS}' or chr(52071) |
| Rust | '\u{CB67}' |
| C / C++ | UTF-8 source or wchar_t with U+CB67 |
| Go | string(rune(0xCB67)) |
| Ruby | "\u{CB67}" |