| Symboolnaam | Hangul Syllable Byulh |
| Unicode-versie | 2.0 |
| Unicode | U+BDFF |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BDFF |
| Hexadecimale code | 0xBDFF |
| HTML-code | 뷿 |
| LaTeX | \hangul{BDFF} |
| Symbool | 뷿 |
| URL-codering (UTF-8 procent) | %EB%B7%BF |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable byulh-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Byulh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |