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