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