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