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