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