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