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