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