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