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