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