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