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