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