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