| Nome del simbolo | Hangul Syllable Bwenj |
| Versione Unicode | 2.0 |
| Unicode | U+BDBD |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BDBD |
| Codice esadecimale | 0xBDBD |
| Codice HTML | 붽 |
| LaTeX | \hangul{BDBD} |
| Simbolo | 붽 |
| Codifica URL (percentuale UTF-8) | %EB%B6%BD |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable bwenj sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Bwenj nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |