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