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