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