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