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