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