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