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