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