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