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