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