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