| Symbol Name | Hangul Syllable Bus |
| Unicode Version | 2.0 |
| Unicode | U+BD99 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BD99 |
| Hex Code | 0xBD99 |
| HTML Code | 붙 |
| LaTeX | \hangul{BD99} |
| Symbol | 붙 |
| URL encode (UTF-8 percent) | %EB%B6%99 |
| Spoken / screen reader name | Hangul Syllable Bus |
| UTF-8 | EB B6 99 |
| UTF-16 | BD99 |
| UTF-32 | 0000BD99 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BD99}4\end{document}You can type the hangul syllable bus symbol on most modern devices with the help of following methods:
Alt + 48537 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bus", or use Unicode Hex Input with BD99.
Ctrl + Shift + U, type bd99, 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-bus::before { content: "\BD99"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>붙</span>Hangul Syllable Bus symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBD99' or String.fromCodePoint(48537) |
| Python | '\N{HANGUL SYLLABLE BUS}' or chr(48537) |
| Rust | '\u{BD99}' |
| C / C++ | UTF-8 source or wchar_t with U+BD99 |
| Go | string(rune(0xBD99)) |
| Ruby | "\u{BD99}" |