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