| Symbolname | Hangul Syllable Bbyaemt |
| Unicode-Version | 2.0 |
| Unicode | U+BEC7 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BEC7 |
| Hexadezimalcode | 0xBEC7 |
| HTML-Code | 뻇 |
| LaTeX | \hangul{BEC7} |
| Symbol | 뻇 |
| URL-Kodierung (UTF-8-Prozent) | %EB%BB%87 |
| Ansagename (Screenreader) | Hangul Syllable Bbyaemt |
| UTF-8 | EB BB 87 |
| UTF-16 | BEC7 |
| UTF-32 | 0000BEC7 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BEC7}4\end{document}Sie können das Symbol hangul syllable bbyaemt auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 48839 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bbyaemt", or use Unicode Hex Input with BEC7.
Ctrl + Shift + U, type bec7, 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-bbyaemt::before { content: "\BEC7"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뻇</span>Die Darstellung des Symbols Hangul Syllable Bbyaemt in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uBEC7' or String.fromCodePoint(48839) |
| Python | '\N{HANGUL SYLLABLE BBYAEMT}' or chr(48839) |
| Rust | '\u{BEC7}' |
| C / C++ | UTF-8 source or wchar_t with U+BEC7 |
| Go | string(rune(0xBEC7)) |
| Ruby | "\u{BEC7}" |