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