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