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