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