| Symboolnaam | Hangul Syllable Byobt |
| Unicode-versie | 2.0 |
| Unicode | U+BD7C |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BD7C |
| Hexadecimale code | 0xBD7C |
| HTML-code | 뵼 |
| LaTeX | \hangul{BD7C} |
| Symbool | 뵼 |
| URL-codering (UTF-8 procent) | %EB%B5%BC |
| Uitgesproken naam / schermlezer | Hangul Syllable Byobt |
| UTF-8 | EB B5 BC |
| UTF-16 | BD7C |
| UTF-32 | 0000BD7C |
1\documentclass{article}2\usepackage{pifont}3\hangul{BD7C}4\end{document}Je kunt het hangul syllable byobt-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 48508 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable byobt", or use Unicode Hex Input with BD7C.
Ctrl + Shift + U, type bd7c, 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-byobt::before { content: "\BD7C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뵼</span>De weergave van het Hangul Syllable Byobt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBD7C' or String.fromCodePoint(48508) |
| Python | '\N{HANGUL SYLLABLE BYOBT}' or chr(48508) |
| Rust | '\u{BD7C}' |
| C / C++ | UTF-8 source or wchar_t with U+BD7C |
| Go | string(rune(0xBD7C)) |
| Ruby | "\u{BD7C}" |