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