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