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