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