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