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