| Symboolnaam | Hangul Syllable Sags |
| Unicode-versie | 2.0 |
| Unicode | U+C0AF |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C0AF |
| Hexadecimale code | 0xC0AF |
| HTML-code | 삯 |
| LaTeX | \hangul{C0AF} |
| Symbool | 삯 |
| URL-codering (UTF-8 procent) | %EC%82%AF |
| Uitgesproken naam / schermlezer | Hangul Syllable Sags |
| UTF-8 | EC 82 AF |
| UTF-16 | C0AF |
| UTF-32 | 0000C0AF |
1\documentclass{article}2\usepackage{pifont}3\hangul{C0AF}4\end{document}Je kunt het hangul syllable sags-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 49327 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable sags", or use Unicode Hex Input with C0AF.
Ctrl + Shift + U, type c0af, 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-sags::before { content: "\C0AF"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>삯</span>De weergave van het Hangul Syllable Sags-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uC0AF' or String.fromCodePoint(49327) |
| Python | '\N{HANGUL SYLLABLE SAGS}' or chr(49327) |
| Rust | '\u{C0AF}' |
| C / C++ | UTF-8 source or wchar_t with U+C0AF |
| Go | string(rune(0xC0AF)) |
| Ruby | "\u{C0AF}" |