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