| Nome del simbolo | Hangul Syllable Bweomb |
| Versione Unicode | 2.0 |
| Unicode | U+BDAD |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BDAD |
| Codice esadecimale | 0xBDAD |
| Codice HTML | 붭 |
| LaTeX | \hangul{BDAD} |
| Simbolo | 붭 |
| Codifica URL (percentuale UTF-8) | %EB%B6%AD |
| Nome parlato / screen reader | Hangul Syllable Bweomb |
| UTF-8 | EB B6 AD |
| UTF-16 | BDAD |
| UTF-32 | 0000BDAD |
1\documentclass{article}2\usepackage{pifont}3\hangul{BDAD}4\end{document}Puoi digitare il simbolo hangul syllable bweomb sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 48557 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bweomb", or use Unicode Hex Input with BDAD.
Ctrl + Shift + U, type bdad, 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-bweomb::before { content: "\BDAD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>붭</span>La rappresentazione del simbolo Hangul Syllable Bweomb nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uBDAD' or String.fromCodePoint(48557) |
| Python | '\N{HANGUL SYLLABLE BWEOMB}' or chr(48557) |
| Rust | '\u{BDAD}' |
| C / C++ | UTF-8 source or wchar_t with U+BDAD |
| Go | string(rune(0xBDAD)) |
| Ruby | "\u{BDAD}" |