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