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