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