| Symboolnaam | Hangul Syllable Bbuid |
| Unicode-versie | 2.0 |
| Unicode | U+C07B |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C07B |
| Hexadecimale code | 0xC07B |
| HTML-code | 쁻 |
| LaTeX | \hangul{C07B} |
| Symbool | 쁻 |
| URL-codering (UTF-8 procent) | %EC%81%BB |
| Uitgesproken naam / schermlezer | Hangul Syllable Bbuid |
| UTF-8 | EC 81 BB |
| UTF-16 | C07B |
| UTF-32 | 0000C07B |
1\documentclass{article}2\usepackage{pifont}3\hangul{C07B}4\end{document}Je kunt het hangul syllable bbuid-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 49275 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bbuid", or use Unicode Hex Input with C07B.
Ctrl + Shift + U, type c07b, 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-bbuid::before { content: "\C07B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쁻</span>De weergave van het Hangul Syllable Bbuid-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uC07B' or String.fromCodePoint(49275) |
| Python | '\N{HANGUL SYLLABLE BBUID}' or chr(49275) |
| Rust | '\u{C07B}' |
| C / C++ | UTF-8 source or wchar_t with U+C07B |
| Go | string(rune(0xC07B)) |
| Ruby | "\u{C07B}" |