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