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