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