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