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