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