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