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