| Symbol Name | Hangul Syllable Syanh |
| Unicode Version | 2.0 |
| Unicode | U+C0EA |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \C0EA |
| Hex Code | 0xC0EA |
| HTML Code | 샪 |
| LaTeX | \hangul{C0EA} |
| Symbol | 샪 |
| URL encode (UTF-8 percent) | %EC%83%AA |
| Spoken / screen reader name | Hangul Syllable Syanh |
| UTF-8 | EC 83 AA |
| UTF-16 | C0EA |
| UTF-32 | 0000C0EA |
1\documentclass{article}2\usepackage{pifont}3\hangul{C0EA}4\end{document}You can type the hangul syllable syanh symbol on most modern devices with the help of following methods:
Alt + 49386 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable syanh", or use Unicode Hex Input with C0EA.
Ctrl + Shift + U, type c0ea, 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-syanh::before { content: "\C0EA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>샪</span>Hangul Syllable Syanh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uC0EA' or String.fromCodePoint(49386) |
| Python | '\N{HANGUL SYLLABLE SYANH}' or chr(49386) |
| Rust | '\u{C0EA}' |
| C / C++ | UTF-8 source or wchar_t with U+C0EA |
| Go | string(rune(0xC0EA)) |
| Ruby | "\u{C0EA}" |