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