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