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