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