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