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