| Symbol Name | Hangul Syllable Byulh |
| Unicode Version | 2.0 |
| Unicode | U+BDFF |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BDFF |
| Hex Code | 0xBDFF |
| HTML Code | 뷿 |
| LaTeX | \hangul{BDFF} |
| Symbol | 뷿 |
| URL encode (UTF-8 percent) | %EB%B7%BF |
| Spoken / screen reader name | 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}You can type the hangul syllable byulh symbol on most modern devices with the help of following methods:
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>Hangul Syllable Byulh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |