| Nom du symbole | Hangul Syllable Ssibt |
| Version Unicode | 2.0 |
| Unicode | U+C540 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C540 |
| Code hexadécimal | 0xC540 |
| Code HTML | 앀 |
| LaTeX | \hangul{C540} |
| Symbole | 앀 |
| Encodage URL (pourcent UTF-8) | %EC%95%80 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable ssibt sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Ssibt dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |