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