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