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