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