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