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