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