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