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