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