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