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