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