| Nombre del símbolo | Hangul Syllable Jjog |
| Versión Unicode | 2.0 |
| Unicode | U+CABD |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CABD |
| Código hexadecimal | 0xCABD |
| Código HTML | 쪽 |
| LaTeX | \hangul{CABD} |
| Símbolo | 쪽 |
| Codificación URL (porcentaje UTF-8) | %EC%AA%BD |
| Nombre oral / lector de pantalla | Hangul Syllable Jjog |
| UTF-8 | EC AA BD |
| UTF-16 | CABD |
| UTF-32 | 0000CABD |
1\documentclass{article}2\usepackage{pifont}3\hangul{CABD}4\end{document}Puedes escribir el símbolo hangul syllable jjog en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 51901 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjog", or use Unicode Hex Input with CABD.
Ctrl + Shift + U, type cabd, 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-jjog::before { content: "\CABD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쪽</span>La representación del símbolo Hangul Syllable Jjog en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uCABD' or String.fromCodePoint(51901) |
| Python | '\N{HANGUL SYLLABLE JJOG}' or chr(51901) |
| Rust | '\u{CABD}' |
| C / C++ | UTF-8 source or wchar_t with U+CABD |
| Go | string(rune(0xCABD)) |
| Ruby | "\u{CABD}" |