| Symbolname | Hangul Syllable Bbeugs |
| Unicode-Version | 2.0 |
| Unicode | U+C05B |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C05B |
| Hexadezimalcode | 0xC05B |
| HTML-Code | 쁛 |
| LaTeX | \hangul{C05B} |
| Symbol | 쁛 |
| URL-Kodierung (UTF-8-Prozent) | %EC%81%9B |
| Ansagename (Screenreader) | Hangul Syllable Bbeugs |
| UTF-8 | EC 81 9B |
| UTF-16 | C05B |
| UTF-32 | 0000C05B |
1\documentclass{article}2\usepackage{pifont}3\hangul{C05B}4\end{document}Sie können das Symbol hangul syllable bbeugs auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 49243 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bbeugs", or use Unicode Hex Input with C05B.
Ctrl + Shift + U, type c05b, 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-bbeugs::before { content: "\C05B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쁛</span>Die Darstellung des Symbols Hangul Syllable Bbeugs in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uC05B' or String.fromCodePoint(49243) |
| Python | '\N{HANGUL SYLLABLE BBEUGS}' or chr(49243) |
| Rust | '\u{C05B}' |
| C / C++ | UTF-8 source or wchar_t with U+C05B |
| Go | string(rune(0xC05B)) |
| Ruby | "\u{C05B}" |