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