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