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