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