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