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