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