| Nome del simbolo | Hangul Syllable Sseumb |
| Versione Unicode | 2.0 |
| Unicode | U+C501 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \C501 |
| Codice esadecimale | 0xC501 |
| Codice HTML | 씁 |
| LaTeX | \hangul{C501} |
| Simbolo | 씁 |
| Codifica URL (percentuale UTF-8) | %EC%94%81 |
| Nome parlato / screen reader | Hangul Syllable Sseumb |
| UTF-8 | EC 94 81 |
| UTF-16 | C501 |
| UTF-32 | 0000C501 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C501}4\end{document}Puoi digitare il simbolo hangul syllable sseumb sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 50433 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable sseumb", or use Unicode Hex Input with C501.
Ctrl + Shift + U, type c501, 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-sseumb::before { content: "\C501"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>씁</span>La rappresentazione del simbolo Hangul Syllable Sseumb nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uC501' or String.fromCodePoint(50433) |
| Python | '\N{HANGUL SYLLABLE SSEUMB}' or chr(50433) |
| Rust | '\u{C501}' |
| C / C++ | UTF-8 source or wchar_t with U+C501 |
| Go | string(rune(0xC501)) |
| Ruby | "\u{C501}" |