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